Skip to content

Commit

Permalink
release: 4.3.7 (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Sep 22, 2023
1 parent f96efda commit c6fecdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.3.7
-----------------------------------

- fix: fix: swagger missing nonce (#2116) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 4.3.6
-----------------------------------

fix: increase email field length (#2102) [Daniel Vaz Gaspar]
- fix: increase email field length (#2102) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 4.3.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.3.6"
__version__ = "4.3.7"

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

0 comments on commit c6fecdc

Please sign in to comment.