Skip to content

Commit d1dc508

Browse files
committed
v5.0.0
1 parent 3ac35b6 commit d1dc508

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.rst

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

5-
master (unreleased)
6-
===================
5+
Release 5.0.0 (2020-06-30)
6+
==========================
7+
8+
Breaking Changes
9+
----------------
710

11+
- Include the property ``parameters`` when serializing a form using the ContextFormSerializer.
812
- Drop support for Django 1.11 (#398, #395).
913
- Drop support for Django REST Framework 3.8 (#382).
14+
15+
Other changes
16+
-------------
17+
1018
- Fix Postgresql configuration in CircleCI regarding the authentication (#395).
1119
- Small cleanups of Python2-related code.
12-
- Include the property ``parameters`` serializing a form using the ContextFormSerializer.
1320

1421
Release 4.0.2 (2020-02-13)
1522
==========================

docs/source/deprecations.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
Deprecation timeline
33
====================
44

5-
From 4.0.1 to x.y.z
5+
From 4.0.1 to 5.0.0
66
===================
77

88
Django versions
99
---------------
1010

11-
.. deprecated:: x.y.z
11+
.. deprecated:: 5.0.0
1212

1313
Drop support for Django 1.11
1414

1515
Django REST Framework versions
1616
------------------------------
1717

18-
.. deprecated:: x.y.z
18+
.. deprecated:: 5.0.0
1919

2020
Drop support for Django Rest Framework 3.8
2121

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 = '4.1.0.dev2'
4+
version = '5.0.0'
55
json_version = latest_version

0 commit comments

Comments
 (0)