We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afb5d94 + afcef33 commit e05a64fCopy full SHA for e05a64f
CHANGELOG.rst
@@ -5,8 +5,13 @@ ChangeLog
5
master (unreleased)
6
===================
7
8
+nothing yet.
9
+
10
+Release 0.9.1 (2017-04-24)
11
+==========================
12
13
- Use an atomic transaction in FormidableSerialize.save() (#220)
-- Ensure compatibility with Django REST Framework 3.3
14
+- Ensure compatibility with Django REST Framework 3.3 (#222)
15
16
Release 0.9.0 (2017-04-11)
17
==========================
formidable/__init__.py
@@ -1,3 +1,3 @@
1
default_app_config = 'formidable.app.FormidableConfig'
2
3
-version = '0.9.1.dev0'
+version = '0.10.0.dev0'
0 commit comments