Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Delabye committed Oct 7, 2020
1 parent 93b7f78 commit 4cec32c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
ChangeLog
=========

master (unreleased)
===================
Release 6.0.0 (2020-10-07)
==========================

Breaking Changes
----------------

- Drop support for Python 3.5 (EOL: 2020-09-13).
- Fix defaults on readonly fields during validation from schema
- Fix default values for readonly date fields.
- Improve default values for readonly fields.
- Default values for readonly fields are kept in cleaned_data.

Other changes
-------------

- Applying isort v5+ changes: no ``--recursive flag``, removed the ``not_skip`` settings. (internal change, no runtime impact).

Release 5.0.0 (2020-06-30)
Expand Down
2 changes: 1 addition & 1 deletion formidable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .json_migrations import latest_version

default_app_config = 'formidable.app.FormidableConfig'
version = '5.1.0.dev0'
version = '6.0.0'
json_version = latest_version

0 comments on commit 4cec32c

Please sign in to comment.