Skip to content

Commit 234c331

Browse files
committed
form-designer 0.27
1 parent b684ef9 commit 234c331

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ Change log
44
Next version
55
------------
66

7+
0.27
8+
----
9+
10+
* Avoided crashing when trying to prettify the data.
711
* Limited the email field choices to email fields only when using the send
812
emails to authors option.
913
* Stopped slugifying choice values so that we properly support non-latin
1014
characters.
11-
- Added Python 3.13.
15+
* Added Python 3.13.
16+
* Added support for ``django-simple-captcha``.
1217

1318
0.26
1419
----

form_designer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.26.2"
1+
__version__ = "0.27.0"

0 commit comments

Comments
 (0)