From 2ce93f224a042e74deca6c240732154c70c117a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Sun, 20 Oct 2024 19:36:33 +0200 Subject: [PATCH] chore: bump to 3.2.0 --- CHANGES.rst | 4 ++-- src/wtforms/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index dafcdf3e1..ff48687b6 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 b2a6a8beb..6074b673e 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",