Skip to content

Commit 4cec32c

Browse files
author
Sylvain Delabye
committed
v6.0.0
1 parent 93b7f78 commit 4cec32c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.rst

+10-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 6.0.0 (2020-10-07)
6+
==========================
7+
8+
Breaking Changes
9+
----------------
710

811
- Drop support for Python 3.5 (EOL: 2020-09-13).
9-
- Fix defaults on readonly fields during validation from schema
10-
- Fix default values for readonly date fields.
11-
- Improve default values for readonly fields.
12+
- Default values for readonly fields are kept in cleaned_data.
13+
14+
Other changes
15+
-------------
16+
1217
- Applying isort v5+ changes: no ``--recursive flag``, removed the ``not_skip`` settings. (internal change, no runtime impact).
1318

1419
Release 5.0.0 (2020-06-30)

formidable/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .json_migrations import latest_version
22

33
default_app_config = 'formidable.app.FormidableConfig'
4-
version = '5.1.0.dev0'
4+
version = '6.0.0'
55
json_version = latest_version

0 commit comments

Comments
 (0)