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 08b60a1 commit ad51f3fCopy full SHA for ad51f3f
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
ChangeLog
3
=========
4
5
-master (unreleased)
6
-===================
+Release 0.7.1 (2017-02-22)
+==========================
7
8
* Fix: excluding the `.crowdin` directory in the flake8 tox job (#179).
9
* Return the preview mode (form or table) with the accesses list (#121)
@@ -12,7 +12,7 @@ master (unreleased)
12
* Fix: error message for preset validation is not the one specified (#185)
13
* Improve isort management in tox file (#147)
14
15
-Release 0.7.0 (2016-02-15)
+Release 0.7.0 (2017-02-15)
16
==========================
17
18
* Renamed exception class for unknown access (#166)
formidable/__init__.py
@@ -1,3 +1,3 @@
1
default_app_config = 'formidable.app.FormidableConfig'
-version = '0.8.0.dev0'
+version = '0.7.1'
0 commit comments