Skip to content

Commit ad51f3f

Browse files
committed
v0.7.1
1 parent 08b60a1 commit ad51f3f

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,8 +2,8 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 0.7.1 (2017-02-22)
6+
==========================
77

88
* Fix: excluding the `.crowdin` directory in the flake8 tox job (#179).
99
* Return the preview mode (form or table) with the accesses list (#121)
@@ -12,7 +12,7 @@ master (unreleased)
1212
* Fix: error message for preset validation is not the one specified (#185)
1313
* Improve isort management in tox file (#147)
1414

15-
Release 0.7.0 (2016-02-15)
15+
Release 0.7.0 (2017-02-15)
1616
==========================
1717

1818
* Renamed exception class for unknown access (#166)

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.8.0.dev0'
3+
version = '0.7.1'

0 commit comments

Comments
 (0)