Skip to content

Commit

Permalink
chore: bump to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 1, 2023
1 parent 80609be commit 92bd434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. currentmodule:: wtforms

Version 3.x.x
Version 3.1.1
-------------

Unreleased
Released 2023-11-01

- Display :class:`~wtforms.Flags` values in their repr. :pr:`808`
- :class:`~fields.SelectField` and :class:`~fields.SelectMultipleField`
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.0"
__version__ = "3.1.1"

0 comments on commit 92bd434

Please sign in to comment.