Skip to content

Commit e05a64f

Browse files
authored
Merge pull request #223 from novafloss/0.9.1
0.9.1
2 parents afb5d94 + afcef33 commit e05a64f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ ChangeLog
55
master (unreleased)
66
===================
77

8+
nothing yet.
9+
10+
Release 0.9.1 (2017-04-24)
11+
==========================
12+
813
- Use an atomic transaction in FormidableSerialize.save() (#220)
9-
- Ensure compatibility with Django REST Framework 3.3
14+
- Ensure compatibility with Django REST Framework 3.3 (#222)
1015

1116
Release 0.9.0 (2017-04-11)
1217
==========================

formidable/__init__.py

+1-1
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.10.0.dev0'

0 commit comments

Comments
 (0)