Skip to content

Commit f9a999e

Browse files
committed
chore: bump to 3.2.1
1 parent 6565960 commit f9a999e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 3.2.1
44
-------------
55

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

88
- Fix :class:`~fields.SelectMultipleBase` import. :issue:`861` :pr:`862`
99

src/wtforms/__init__.py

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

39-
__version__ = "3.2.0"
39+
__version__ = "3.2.1"
4040

4141
__all__ = [
4242
"validators",

0 commit comments

Comments
 (0)