Skip to content

Commit 43a7138

Browse files
committed
v3.0.0rc2
1 parent b2cc1b3 commit 43a7138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ChangeLog
33
=========
44

5-
Release Candidate 3.0.0 RC1 (2018-08-20)
5+
Release Candidate 3.0.0 RC2 (2018-09-03)
66
========================================
77

88
- Added a plugin mechanism, allowing users to define and integrate their own "business logic" fields.

formidable/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .json_migrations import latest_version
44

55
default_app_config = 'formidable.app.FormidableConfig'
6-
version = '3.0.0rc1'
6+
version = '3.0.0rc2'
77
json_version = latest_version

0 commit comments

Comments
 (0)