Skip to content

Commit

Permalink
3.0.0a1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 23, 2020
1 parent 7c5c46f commit 1184944
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,11 +1,15 @@
.. currentmodule:: wtforms


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

Unreleased

Version 3.0.0a1
---------------

Released 2020-11-23

- Drop support for Python < 3.6. :pr:`554`
- :class:`~fields.StringField` sets ``data`` to ``None`` when form
data is empty and an initial value was not provided. Although it
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.dev
version = 3.0.0.a1
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.dev"
__version__ = "3.0.0.a1"

0 comments on commit 1184944

Please sign in to comment.