Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Serge Koval committed Jan 30, 2022
1 parent 18d28e8 commit 3f9bda8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.6.0
-----

* Dropped Python 2 support
* WTForms 3.0 support
* Various fixes

1.5.8
-----

Expand Down
2 changes: 1 addition & 1 deletion flask_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.5.8'
__version__ = '1.6.0'
__author__ = 'Flask-Admin team'
__email__ = '[email protected]'

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def grep(attrname):
version=grep('__version__'),
url='https://github.com/flask-admin/flask-admin/',
license='BSD',
python_requires='>=3.6',
author=grep('__author__'),
author_email=grep('__email__'),
description='Simple and extensible admin interface framework for Flask',
Expand Down

0 comments on commit 3f9bda8

Please sign in to comment.