We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d28e8 commit 3f9bda8Copy full SHA for 3f9bda8
doc/changelog.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+1.6.0
5
+-----
6
+
7
+* Dropped Python 2 support
8
+* WTForms 3.0 support
9
+* Various fixes
10
11
1.5.8
12
-----
13
flask_admin/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.5.8'
+__version__ = '1.6.0'
__author__ = 'Flask-Admin team'
__email__ = 'serge.koval+github@gmail.com'
setup.py
@@ -48,6 +48,7 @@ def grep(attrname):
48
version=grep('__version__'),
49
url='https://github.com/flask-admin/flask-admin/',
50
license='BSD',
51
+ python_requires='>=3.6',
52
author=grep('__author__'),
53
author_email=grep('__email__'),
54
description='Simple and extensible admin interface framework for Flask',
0 commit comments