Skip to content

Commit

Permalink
release: 4.1.6 (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Nov 10, 2022
1 parent bb645bf commit f4ed691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.1.6
-----------------------------------

- feat: add utility method on SM for fetching all roles and perms for a user (#1950) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 4.1.5
-----------------------------------

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__ = "4.1.5"
__version__ = "4.1.6"

from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
Expand Down

0 comments on commit f4ed691

Please sign in to comment.