We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d8633 commit ca7f68aCopy full SHA for ca7f68a
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
ChangeLog
3
=========
4
5
-master (unreleased)
6
-===================
+Release 3.0.0rc4 (2018-09-28)
+=============================
7
8
- Upgrade to Circle-CI 2 (before the end of life of Circle-CI v1 on August, 31st 2018). (#342)
9
- Optimize Circle-CI usage by using the tox matrix in tests (#343)
formidable/__init__.py
@@ -3,5 +3,5 @@
from .json_migrations import latest_version
default_app_config = 'formidable.app.FormidableConfig'
-version = '2.2.0.dev0'
+version = '3.0.0rc4'
json_version = latest_version
0 commit comments