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 a3cdfc8 commit 1760be9Copy full SHA for 1760be9
flask_admin/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.6.1'
+__version__ = '2.0.0a0'
2
__author__ = 'Flask-Admin team'
3
__email__ = 'contact@palletsproject.com'
4
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "Flask-Admin"
-version = "1.6.1"
+version = "2.0.0a0"
description = "Simple and extensible admin interface framework for Flask"
5
readme = "README.md"
6
license = { file = "LICENSE.txt" }
0 commit comments