Skip to content

Commit

Permalink
form_designer v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 1, 2019
1 parent f5cc614 commit c313065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change log
Next version
------------

0.16
----

* Fixed the config fieldsets code to work when using Django 3.0.
* Added an unit test and docs for the ``"validate"`` config option.
* Passed additional data to the ``"validate"`` config option. Not
Expand Down
2 changes: 1 addition & 1 deletion form_designer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 15, 1)
VERSION = (0, 16, 0)
__version__ = ".".join(map(str, VERSION))

default_app_config = "form_designer.apps.FormDesignerConfig"

0 comments on commit c313065

Please sign in to comment.