Skip to content

Commit 3089a67

Browse files
committed
release: 5.0.2rc1
1 parent 7ad232e commit 3089a67

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

4+
Improvements and Bug fixes on 5.0.2rc1
5+
-----------------------------------
6+
7+
- fix: check user is active with is_active (#2410) [Daniel Vaz Gaspar]
8+
- chore: French translations update messages.po (#2371) [xavier-GitHub76]
9+
- chore(username): Expand username length (#2409) [Antonio Rivero]
10+
411
Improvements and Bug fixes on 5.0.1
512
-----------------------------------
613

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.1"
2+
__version__ = "5.0.2rc1"
33

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

0 commit comments

Comments
 (0)