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