File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
ChangeLog
3
3
=========
4
4
5
- master (unreleased )
6
- ===================
5
+ Release 1.6.0 (2018-04-06 )
6
+ ==========================
7
7
8
8
- Added compatibility with Python 3.6 (#318).
9
+ - Allow change type for the fields without changing name/slug
9
10
10
11
Release 1.5.2 (2018-03-30)
11
12
==========================
12
13
13
14
- Allow null and empty condition names.
14
- - Allow change type for the fields without changing name/slug
15
15
- Added compatibility tests using Django 1.11.
16
16
17
17
Release 1.5.1 (2018-03-28)
Original file line number Diff line number Diff line change 3
3
from .json_migrations import latest_version
4
4
5
5
default_app_config = 'formidable.app.FormidableConfig'
6
- version = '1.6.0.dev0 '
6
+ version = '1.6.0'
7
7
json_version = latest_version
You can’t perform that action at this time.
0 commit comments