We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1fddc commit 3fdd804Copy full SHA for 3fdd804
CHANGELOG.rst
@@ -2,16 +2,16 @@
2
ChangeLog
3
=========
4
5
-master (unreleased)
6
-===================
+Release 1.6.0 (2018-04-06)
+==========================
7
8
- Added compatibility with Python 3.6 (#318).
9
+- Allow change type for the fields without changing name/slug
10
11
Release 1.5.2 (2018-03-30)
12
==========================
13
14
- Allow null and empty condition names.
-- Allow change type for the fields without changing name/slug
15
- Added compatibility tests using Django 1.11.
16
17
Release 1.5.1 (2018-03-28)
formidable/__init__.py
@@ -3,5 +3,5 @@
from .json_migrations import latest_version
default_app_config = 'formidable.app.FormidableConfig'
-version = '1.6.0.dev0'
+version = '1.6.0'
json_version = latest_version
0 commit comments