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 ac01a0b commit 97374c9Copy full SHA for 97374c9
CHANGELOG.rst
@@ -2,12 +2,12 @@
2
ChangeLog
3
=========
4
5
-master (unreleased)
6
-===================
+Release 0.8.1 (2017-03-07)
+==========================
7
8
- Fix: Serializers don't allow empty (blank) description on Field and Item (#194).
9
10
-Release 0.8.0 (2016-03-06)
+Release 0.8.0 (2017-03-06)
11
==========================
12
13
* [ci] Split tox jobs into CircleCI configuration (#189).
formidable/__init__.py
@@ -1,3 +1,3 @@
1
default_app_config = 'formidable.app.FormidableConfig'
-version = '0.9.0.dev0'
+version = '0.8.1'
0 commit comments