Skip to content

Commit 2ce93f2

Browse files
committed
chore: bump to 3.2.0
1 parent ba21823 commit 2ce93f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 3.2.0
44
-------------
55

6-
Unreleased
6+
Released 2024-10-20
77

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

2727
.. note::
2828
If you need to keep the old behavior you can set the ``_form_error_key``
29-
parameter of you form to :data:`None`.
29+
parameter of your form to :data:`None`.
3030

3131

3232
Version 3.1.2

src/wtforms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from wtforms.form import Form
3636
from wtforms.validators import ValidationError
3737

38-
__version__ = "3.1.2"
38+
__version__ = "3.2.0"
3939

4040
__all__ = [
4141
"validators",

0 commit comments

Comments
 (0)