Skip to content

Commit 1760be9

Browse files
Prepare v2.0.0a0 release
1 parent a3cdfc8 commit 1760be9

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__ = '1.6.1'
1+
__version__ = '2.0.0a0'
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 = "1.6.1"
3+
version = "2.0.0a0"
44
description = "Simple and extensible admin interface framework for Flask"
55
readme = "README.md"
66
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)