diff --git a/CHANGES.rst b/CHANGES.rst index dafcdf3e..ff48687b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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. @@ -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 diff --git a/src/wtforms/__init__.py b/src/wtforms/__init__.py index b2a6a8be..6074b673 100644 --- a/src/wtforms/__init__.py +++ b/src/wtforms/__init__.py @@ -35,7 +35,7 @@ from wtforms.form import Form from wtforms.validators import ValidationError -__version__ = "3.1.2" +__version__ = "3.2.0" __all__ = [ "validators",