From a538649c9917bf3ab6a5c2123e7240b77fca3af3 Mon Sep 17 00:00:00 2001 From: Daniel Vaz Gaspar Date: Wed, 6 Jul 2022 10:18:13 +0100 Subject: [PATCH] release: 4.1.3 (#1886) --- CHANGELOG.rst | 12 ++++++++++++ flask_appbuilder/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4687f8e419..0dd614b0a7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,18 @@ Flask-AppBuilder ChangeLog ========================== +Improvements and Bug fixes on 4.1.3 +----------------------------------- + +- fix: Do not render hidden form fields twice (#1848) [Dosenpfand] +- chore: Bump requirements pillow version, remove PIL from doc (#1873) [Dosenpfand] +- fix: custom menu option (#1884) [Daniel Vaz Gaspar] +- fix: FAB_INDEX_VIEW type check (#1883) [Daniel Vaz Gaspar] +- fix(api): register responses with apispec using components.response() (#1881) [jnahmias] +- docs: add responsible disclosure text to security (#1882) [Daniel Vaz Gaspar] +- chore: Improve german translation (#1872) [Dosenpfand] +- fix: populating permission and vm instead of just setting the id (#1874) [Zef Lin] + Improvements and Bug fixes on 4.1.2 ----------------------------------- diff --git a/flask_appbuilder/__init__.py b/flask_appbuilder/__init__.py index b48f0fe526..f70c106ba9 100644 --- a/flask_appbuilder/__init__.py +++ b/flask_appbuilder/__init__.py @@ -1,5 +1,5 @@ __author__ = "Daniel Vaz Gaspar" -__version__ = "4.1.2" +__version__ = "4.1.3" from .actions import action # noqa: F401 from .api import ModelRestApi # noqa: F401