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