Skip to content

Commit f0608fb

Browse files
authored
release: 3.3.2 (#1673)
1 parent 6af2852 commit f0608fb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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 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+
411
Improvements and Bug fixes on 3.3.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__ = "3.3.1"
2+
__version__ = "3.3.2"
33

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

0 commit comments

Comments
 (0)