We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6565960 commit f9a999eCopy full SHA for f9a999e
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 3.2.1
4
-------------
5
6
-Unreleased
+Released 2024-10-21
7
8
- Fix :class:`~fields.SelectMultipleBase` import. :issue:`861` :pr:`862`
9
src/wtforms/__init__.py
@@ -36,7 +36,7 @@
36
from wtforms.form import Form
37
from wtforms.validators import ValidationError
38
39
-__version__ = "3.2.0"
+__version__ = "3.2.1"
40
41
__all__ = [
42
"validators",
0 commit comments