Skip to content

Commit

Permalink
Merge pull request #440 from azmeuk/release-15.0
Browse files Browse the repository at this point in the history
Release 0.15.0
  • Loading branch information
davidism authored May 24, 2021
2 parents 4f9ce72 + 3cdc2b6 commit 1e9caac
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
25 changes: 23 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
Flask-WTF Changelog
===================

Unreleased
----------
Version 0.15.0
--------------

Released 2021-05-24

- Stopped support for python<3.6 (`#416`_)
- ``FileSize`` validator (`#307`_, `#365`_)
- Extra-requirement `email-validator` installs the
`email_validator` package (`#423`_)
- Fixed Flask 2.0 warnings (`#434`_)
- Various documentation fixes (`#315`_, `#321`_, `#335`_,
`#344`_, `#386`_, `#400`_, `#404`_, `#420`_, `#437`_)
- Various CI fixes (`#405`_, `#438`_)

.. _#307: https://github.com/lepture/flask-wtf/pull/307
.. _#315: https://github.com/lepture/flask-wtf/pull/315
.. _#321: https://github.com/lepture/flask-wtf/pull/321
.. _#335: https://github.com/lepture/flask-wtf/pull/335
.. _#344: https://github.com/lepture/flask-wtf/pull/344
.. _#365: https://github.com/lepture/flask-wtf/pull/365
.. _#386: https://github.com/lepture/flask-wtf/pull/386
.. _#400: https://github.com/lepture/flask-wtf/pull/400
.. _#404: https://github.com/lepture/flask-wtf/pull/404
.. _#405: https://github.com/lepture/flask-wtf/pull/405
.. _#416: https://github.com/lepture/flask-wtf/pull/416
.. _#420: https://github.com/lepture/flask-wtf/pull/420
.. _#423: https://github.com/lepture/flask-wtf/pull/423
.. _#434: https://github.com/lepture/flask-wtf/pull/434
.. _#437: https://github.com/lepture/flask-wtf/pull/437
.. _#438: https://github.com/lepture/flask-wtf/pull/438

Version 0.14.3
--------------
Expand Down
2 changes: 1 addition & 1 deletion flask_wtf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .form import FlaskForm, Form
from .recaptcha import *

__version__ = '0.14.3'
__version__ = '0.15.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='Flask-WTF',
version='0.14.3',
version='0.15.0',
url='https://github.com/lepture/flask-wtf',
license='BSD',
author='Dan Jacob',
Expand Down

0 comments on commit 1e9caac

Please sign in to comment.