Skip to content

Commit

Permalink
New, version 2.1.2 (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 14, 2019
1 parent b097e32 commit d386d84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 2.1.2
-----------------------------------

- Fix, #993 App factory pattern, AppBuilder object can be fully configured using config keys
- Fix, #994 If builtin role don't check db also, higher permission on DB would allow access

Improvements and Bug fixes on 2.1.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__ = '2.1.1'
__version__ = '2.1.2'

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

0 comments on commit d386d84

Please sign in to comment.