Skip to content

Commit

Permalink
form-designer 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Oct 22, 2024
1 parent b684ef9 commit 234c331
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ Change log
Next version
------------

0.27
----

* Avoided crashing when trying to prettify the data.
* Limited the email field choices to email fields only when using the send
emails to authors option.
* Stopped slugifying choice values so that we properly support non-latin
characters.
- Added Python 3.13.
* Added Python 3.13.
* Added support for ``django-simple-captcha``.

0.26
----
Expand Down
2 changes: 1 addition & 1 deletion form_designer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.26.2"
__version__ = "0.27.0"

0 comments on commit 234c331

Please sign in to comment.