Skip to content

Commit 88e756d

Browse files
Prepare v2.0.0a5 release
1 parent 759d4da commit 88e756d

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

doc/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
2.0.0a5
5+
-------
6+
7+
New functionality:
8+
* Mongonengine support has been added back (no longer using `flask-mongoengine`): https://github.com/pallets-eco/flask-admin/pull/2611
9+
* The default query for pymongo can be overridden: https://github.com/pallets-eco/flask-admin/pull/2661
10+
* Flask async routes are supported: https://github.com/pallets-eco/flask-admin/pull/2659
11+
12+
Fixes:
13+
* Bootstrap menu icons should show up properly and not duplicated: https://github.com/pallets-eco/flask-admin/pull/2666
14+
* Redis CLI commands are now case insensitive: https://github.com/pallets-eco/flask-admin/issues/2411
15+
16+
Misc:
17+
* Translations and docs have been updated
18+
* Various type hinting improvements and fixes
19+
420
2.0.0a4
521
-------
622
Breaking changes:

flask_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0a4"
1+
__version__ = "2.0.0a5"
22
__author__ = "Flask-Admin team"
33
__email__ = "contact@palletsproject.com"
44

pyproject.toml

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

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)