Skip to content

Commit 712f394

Browse files
committed
Release 7.0.0
Even though this change is not *breaking* (because forms generated prior to 7.0.0 would still work), this version is marked as a major release. Because it changes the database schema, and implies a database migration.
1 parent b343927 commit 712f394

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.rst

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

5-
master (unreleased)
6-
===================
5+
Release 7.0.0 (2021-03-11)
6+
==========================
77

88
- Allow empty description on ``Formidable`` model
99

docs/source/deprecations.rst

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

5-
From 6.1.0 to <x.y.z>
6-
=====================
5+
From 6.1.0 to 7.0.0
6+
===================
77

8-
.. versionadded:: <x.y.z>
8+
.. versionadded:: <7.0.0>
99

1010
The `description` field in the ``Formidable`` model class would now allow empty values.
1111

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 = '6.2.0.dev0'
4+
version = '7.0.0'
55
json_version = latest_version

0 commit comments

Comments
 (0)