We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b432abf commit 99fc0fdCopy full SHA for 99fc0fd
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
ChangeLog
3
=========
4
5
-master (unreleased)
6
-==================
+Release 7.2.0 (2022-01-21)
+==========================
7
8
- Fix issues with postgresql on CI.
9
- Replace deprecated yaml.load calls to fix doc build.
formidable/__init__.py
@@ -1,5 +1,5 @@
1
from .json_migrations import latest_version
default_app_config = 'formidable.app.FormidableConfig'
-version = '7.2.0.dev0'
+version = '7.2.0'
json_version = latest_version
0 commit comments