Skip to content

Commit

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


0.14
----

* Fixed the package to include static files and templates.
* Raised the minimum django-recaptcha version to 2.0.

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, 13, 1)
VERSION = (0, 14, 0)
__version__ = ".".join(map(str, VERSION))

default_app_config = "form_designer.apps.FormDesignerConfig"

0 comments on commit ca99d58

Please sign in to comment.