Skip to content

Commit c7bd8e0

Browse files
authored
release: 5.0.1 (#2404)
1 parent a0c50a2 commit c7bd8e0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Flask-AppBuilder ChangeLog
22
==========================
33

4+
Improvements and Bug fixes on 5.0.1
5+
-----------------------------------
6+
7+
- Import RequestLimit from public namespace (#2398) [Ali-Akber Saifee]
8+
- feat: support JSON columns (#2383) [Beto Dealmeida]
9+
- fix(ci): move ldap to bitnami legacy (#2402) [Daniel Vaz Gaspar]
10+
- chore: apply APPLICATION_ROOT to swagger URL (#2394) [Elizabeth Thompson]
11+
- docs: improve 5.0.0 version migration (#2392) [Daniel Vaz Gaspar]
12+
413
Improvements and Bug fixes on 5.0.0
514
-----------------------------------
615

flask_appbuilder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Daniel Vaz Gaspar"
2-
__version__ = "5.0.0"
2+
__version__ = "5.0.1"
33

44
from .actions import action # noqa: F401
55
from .api import ModelRestApi # noqa: F401

0 commit comments

Comments
 (0)