Skip to content

Commit 1ab228f

Browse files
Prepare v2.0.0a4 release
1 parent d56e2a6 commit 1ab228f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

doc/changelog.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Changelog
22
=========
33

4-
2.0.0a3
4+
2.0.0a4
55
-------
6-
76
Breaking changes:
87

98
* Azure Blob Storage SDK has been upgraded from the legacy version (v2) to the latest version (v12). AzureFileAdmin now accept `blob_service_client` rather than `connection_string` to give more flexibility with connection types.
109

10+
2.0.0a3
11+
-------
12+
1113
Fixes:
1214

1315
* Jinja templates can now be loaded in StrictUndefined mode.

flask_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0a3"
1+
__version__ = "2.0.0a4"
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.0a3"
3+
version = "2.0.0a4"
44
description = "Simple and extensible admin interface framework for Flask"
55
readme = "README.md"
66
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)