Skip to content

Commit

Permalink
release: 3.3.2 (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Jul 27, 2021
1 parent 6af2852 commit f0608fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 3.3.2
-----------------------------------

- fix: improve next URL on OAuth (#1668) [Daniel Vaz Gaspar]
- chore: Bump click to 8.0.1 (#1665) [Hugh A. Miles II]
- feat(cli): Add import/export of roles with permissions (#1662) [krsnik93]

Improvements and Bug fixes on 3.3.1
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f0608fb

Please sign in to comment.