Skip to content

Commit 190a7c9

Browse files
v2.0.0a2 release
1 parent be7ca71 commit 190a7c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0a1"
1+
__version__ = "2.0.0a2"
22
__author__ = "Flask-Admin team"
33
__email__ = "[email protected]"
44

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask-Admin"
3-
version = "2.0.0a1"
3+
version = "2.0.0a2"
44
description = "Simple and extensible admin interface framework for Flask"
55
readme = "README.md"
66
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)