Skip to content

Commit 3fdd804

Browse files
committed
v1.6.0
note: the latest PR has mangled the 1.5.2 changelog. it's fixed here
1 parent ff1fddc commit 3fdd804

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 1.6.0 (2018-04-06)
6+
==========================
77

88
- Added compatibility with Python 3.6 (#318).
9+
- Allow change type for the fields without changing name/slug
910

1011
Release 1.5.2 (2018-03-30)
1112
==========================
1213

1314
- Allow null and empty condition names.
14-
- Allow change type for the fields without changing name/slug
1515
- Added compatibility tests using Django 1.11.
1616

1717
Release 1.5.1 (2018-03-28)

formidable/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .json_migrations import latest_version
44

55
default_app_config = 'formidable.app.FormidableConfig'
6-
version = '1.6.0.dev0'
6+
version = '1.6.0'
77
json_version = latest_version

0 commit comments

Comments
 (0)