Skip to content

Commit

Permalink
chore: bump to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jan 6, 2024
1 parent c53d557 commit d4ba836
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.. currentmodule:: wtforms

Unreleased
----------
Version 3.1.2
-------------

Released 2024-01-06

- Fix :class:`~fields.SelectMultipleField` value coercion on validation.
:issue:`822` :pr:`823`
Expand Down
2 changes: 1 addition & 1 deletion src/wtforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from wtforms.form import Form
from wtforms.validators import ValidationError

__version__ = "3.1.1"
__version__ = "3.1.2"

0 comments on commit d4ba836

Please sign in to comment.