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 6af2852 commit f0608fbCopy full SHA for f0608fb
2 files changed
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Flask-AppBuilder ChangeLog
2
==========================
3
4
+Improvements and Bug fixes on 3.3.2
5
+-----------------------------------
6
+
7
+- fix: improve next URL on OAuth (#1668) [Daniel Vaz Gaspar]
8
+- chore: Bump click to 8.0.1 (#1665) [Hugh A. Miles II]
9
+- feat(cli): Add import/export of roles with permissions (#1662) [krsnik93]
10
11
Improvements and Bug fixes on 3.3.1
12
-----------------------------------
13
flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
-__version__ = "3.3.1"
+__version__ = "3.3.2"
from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
0 commit comments