Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Changelog
=========

2.0.0a3
2.0.0a4
-------

Breaking changes:

* 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.

2.0.0a3
-------

Fixes:

* Jinja templates can now be loaded in StrictUndefined mode.
Expand Down
2 changes: 1 addition & 1 deletion flask_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0a3"
__version__ = "2.0.0a4"
__author__ = "Flask-Admin team"
__email__ = "contact@palletsproject.com"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Flask-Admin"
version = "2.0.0a3"
version = "2.0.0a4"
description = "Simple and extensible admin interface framework for Flask"
readme = "README.md"
license = { file = "LICENSE.txt" }
Expand Down
Loading