We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e7d7aa + c032ed9 commit 7676d32Copy full SHA for 7676d32
CHANGELOG.rst
@@ -5,6 +5,11 @@ ChangeLog
5
master (unreleased)
6
===================
7
8
+- Nothing changed yet.
9
+
10
+Release 0.9.0 (2017-04-11)
11
+==========================
12
13
* Added Django 1.10 support (#203).
14
* Dropped Python 3.3 support (#207).
15
* Fixed the swagger doc generation and rendering (#210).
formidable/__init__.py
@@ -1,3 +1,3 @@
1
default_app_config = 'formidable.app.FormidableConfig'
2
3
-version = '0.9.0.dev0'
+version = '0.9.1.dev0'
0 commit comments