Skip to content

Commit

Permalink
Bump FAB to 2.2.3 (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 18, 2020
1 parent 08942c1 commit f8a351c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 2.2.3
-----------------------------------

Fix, [dependencies] update requirements (#1272)
Fix, [dependencies] Update version of Flask-Babel to support Werkzeug 1.0 (#1266)
Fix, [api] set api jwt user on flask g (#1270)
Fix, [api] make REST API easier to override (#1264)
New, [auth] make CI optional (#1263)
New, [auth] make CI optional (#1263)
Fix, [api] many to many filters (#1256)
New, [api] override merge openapi docs specs (#1252)

Improvements and Bug fixes on 2.2.2
-----------------------------------

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.2.2"
__version__ = "2.2.3"

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

0 comments on commit f8a351c

Please sign in to comment.