Skip to content

Commit 3f9bda8

Browse files
author
Serge Koval
committed
Version bump
1 parent 18d28e8 commit 3f9bda8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

doc/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
1.6.0
5+
-----
6+
7+
* Dropped Python 2 support
8+
* WTForms 3.0 support
9+
* Various fixes
10+
411
1.5.8
512
-----
613

flask_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.5.8'
1+
__version__ = '1.6.0'
22
__author__ = 'Flask-Admin team'
33
__email__ = '[email protected]'
44

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def grep(attrname):
4848
version=grep('__version__'),
4949
url='https://github.com/flask-admin/flask-admin/',
5050
license='BSD',
51+
python_requires='>=3.6',
5152
author=grep('__author__'),
5253
author_email=grep('__email__'),
5354
description='Simple and extensible admin interface framework for Flask',

0 commit comments

Comments
 (0)