Skip to content

Commit

Permalink
Bump to 2.3.4 (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Apr 30, 2020
1 parent 534cb4c commit 0e7f624
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.3.4
-----------------------------------

- Fix, [api] SQL selects and many to many joins (#1361)
- Fix, [frontend] Revert "Bump jQuery to 3.5 (#1351)" (#1363)

Improvements and Bug fixes on 2.3.3
-----------------------------------

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.3.3"
__version__ = "2.3.4"

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

0 comments on commit 0e7f624

Please sign in to comment.