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 399f922 commit 0f26534Copy full SHA for 0f26534
2 files changed
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Flask-AppBuilder ChangeLog
2
==========================
3
4
+Improvements and Bug fixes on 3.2.2
5
+-----------------------------------
6
+
7
+- docs: fix, errors in BaseModelView docstring (#1591) [Xiaodong DENG]
8
+- fix: load user info for okta (#1589) [QP Hou]
9
10
Improvements and Bug fixes on 3.2.1
11
-----------------------------------
12
flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
-__version__ = "3.2.1"
+__version__ = "3.2.2"
from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
0 commit comments