Skip to content

Commit

Permalink
release: 4.3.4 (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Jul 10, 2023
1 parent 1aa6b76 commit 65ff19e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.3.4
-----------------------------------

- fix: select filters spacing, theme and operation select (#2079) [Daniel Vaz Gaspar]
- refactor: Refactored logging functions to consistently use lazy interpolation (#2071) [Bruce]
- feat: add optional flask-talisman and use csp nonce on scripts (#2075) [Daniel Vaz Gaspar]
- chore: improve tests and test data load (#2072) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 4.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__ = "4.3.3"
__version__ = "4.3.4"

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

0 comments on commit 65ff19e

Please sign in to comment.