Skip to content

Commit d46f87a

Browse files
author
Mickaël Guérin
committed
0.9.1
1 parent afb5d94 commit d46f87a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 0.9.1 (2017-04-24)
6+
==========================
77

88
- Use an atomic transaction in FormidableSerialize.save() (#220)
9-
- Ensure compatibility with Django REST Framework 3.3
9+
- Ensure compatibility with Django REST Framework 3.3 (#222)
1010

1111
Release 0.9.0 (2017-04-11)
1212
==========================

formidable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
default_app_config = 'formidable.app.FormidableConfig'
22

3-
version = '0.9.1.dev0'
3+
version = '0.9.1'

0 commit comments

Comments
 (0)