Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 7, 2021
1 parent 563b781 commit 053118b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.. currentmodule:: wtforms

Version x.x.x
-------------
Unreleased

Version 3.0.0
-------------

Unreleased
Released 2021-11-07

- Fixed :class:`~fields.RadioField` validators. :issue:`477` :pr:`615`
- :meth:`~fields.FormField.populate_obj` always calls :func:`setattr`
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = WTForms
version = 3.0.0.a1
version = 3.0.0
url = https://wtforms.readthedocs.io/
project_urls =
Documentation = https://wtforms.readthedocs.io/
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.0.0.a1"
__version__ = "3.0.0"

0 comments on commit 053118b

Please sign in to comment.