Skip to content

Commit fe08d25

Browse files
authored
release: 4.8.1 (#2386)
1 parent a942a9c commit fe08d25

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

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

4+
Improvements and Bug fixes on 4.8.1
5+
-----------------------------------
6+
7+
- fix: don't register reset my password when not on AUTH_DB (#2384) [Daniel Vaz Gaspar]
8+
- fix: Correct is_pk_composite method to return False instead of raising an error. False is not a base exception (#2378) [Kyle Lagerquist]
9+
410
Improvements and Bug fixes on 4.8.0
511
-----------------------------------
612

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__ = "4.8.0"
2+
__version__ = "4.8.1"
33

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

0 commit comments

Comments
 (0)