We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cc1b3 commit 43a7138Copy full SHA for 43a7138
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
ChangeLog
3
=========
4
5
-Release Candidate 3.0.0 RC1 (2018-08-20)
+Release Candidate 3.0.0 RC2 (2018-09-03)
6
========================================
7
8
- Added a plugin mechanism, allowing users to define and integrate their own "business logic" fields.
formidable/__init__.py
@@ -3,5 +3,5 @@
from .json_migrations import latest_version
default_app_config = 'formidable.app.FormidableConfig'
-version = '3.0.0rc1'
+version = '3.0.0rc2'
json_version = latest_version
0 commit comments