Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed May 24, 2021
1 parent 5ca1d72 commit 3cdc2b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Flask-WTF Changelog
===================

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

Released 2021-05-24

- Stopped support for python<3.6 (`#416`_)
- ``FileSize`` validator (`#307`_, `#365`_)
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 3cdc2b6

Please sign in to comment.