Skip to content

Commit

Permalink
chore: bump to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Oct 21, 2024
1 parent 6565960 commit f9a999e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 3.2.1
-------------

Unreleased
Released 2024-10-21

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

Expand Down
2 changes: 1 addition & 1 deletion src/wtforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from wtforms.form import Form
from wtforms.validators import ValidationError

__version__ = "3.2.0"
__version__ = "3.2.1"

__all__ = [
"validators",
Expand Down

0 comments on commit f9a999e

Please sign in to comment.