Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brunobord committed Mar 11, 2021
1 parent b343927 commit 712f394
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ChangeLog
=========

master (unreleased)
===================
Release 7.0.0 (2021-03-11)
==========================

- Allow empty description on ``Formidable`` model

Expand Down
6 changes: 3 additions & 3 deletions docs/source/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Deprecation timeline
====================

From 6.1.0 to <x.y.z>
=====================
From 6.1.0 to 7.0.0
===================

.. versionadded:: <x.y.z>
.. versionadded:: <7.0.0>

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

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

0 comments on commit 712f394

Please sign in to comment.