We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f86565 commit 155d35aCopy full SHA for 155d35a
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
ChangeLog
3
=========
4
5
-Release 4.0.2 (unreleased)
+Release 4.0.2 (2020-02-13)
6
==========================
7
8
- HOTFIX: Allow empty values for ``defaults`` properties (#391).
formidable/__init__.py
@@ -1,5 +1,5 @@
1
from .json_migrations import latest_version
default_app_config = 'formidable.app.FormidableConfig'
-version = '4.0.1'
+version = '4.0.2'
json_version = latest_version
0 commit comments