From c6fecdc551629e15467fde5d06b4437379d90592 Mon Sep 17 00:00:00 2001 From: Daniel Vaz Gaspar Date: Fri, 22 Sep 2023 12:45:48 +0100 Subject: [PATCH] release: 4.3.7 (#2118) --- CHANGELOG.rst | 7 ++++++- flask_appbuilder/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2885602e40..db595d49d5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ----------------------------------- diff --git a/flask_appbuilder/__init__.py b/flask_appbuilder/__init__.py index 9691034afe..1eebd688cf 100644 --- a/flask_appbuilder/__init__.py +++ b/flask_appbuilder/__init__.py @@ -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