Skip to content

Commit

Permalink
chore: bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Oct 20, 2024
1 parent ba21823 commit 2ce93f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 3.2.0
-------------

Unreleased
Released 2024-10-20

- Translations update: korean, chinese (traditional), portugese, russian,
dutch, kazakh, swedish, turkish, slovak, ukranian, spanish, french.
Expand All @@ -26,7 +26,7 @@ Unreleased

.. note::
If you need to keep the old behavior you can set the ``_form_error_key``
parameter of you form to :data:`None`.
parameter of your form to :data:`None`.


Version 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion src/wtforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from wtforms.form import Form
from wtforms.validators import ValidationError

__version__ = "3.1.2"
__version__ = "3.2.0"

__all__ = [
"validators",
Expand Down

0 comments on commit 2ce93f2

Please sign in to comment.