We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad232e commit 3089a67Copy full SHA for 3089a67
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Flask-AppBuilder ChangeLog
2
==========================
3
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
11
Improvements and Bug fixes on 5.0.1
12
-----------------------------------
13
flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
-__version__ = "5.0.1"
+__version__ = "5.0.2rc1"
from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
0 commit comments