Skip to content

Commit

Permalink
release: 4.3.3 (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Jun 21, 2023
1 parent a539e00 commit 80a177c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.3.3
-----------------------------------

- fix: marshmallow enum by value keep compatibility (#2067) [Daniel Vaz Gaspar]
- fix: marshmallow new min version to 3.18 (#2066) [Daniel Vaz Gaspar]
- fix: select2-ajax-widget (#2052) [Nadir Can Kavkas]
- chore: remove marshmallow-enum dependency (#2064) [Daniel Vaz Gaspar]
- fix: Double escaping for next param in login with oauth (#2053) [Aleksandr Musorin]
- chore: remove RemovedInMarshmallow4 warnings (#2024) [Sebastian Liebscher]
- docs: Update docs/security.rst with Windows LDAP working Example (#2026) [verschlimmbesserer]
- fix(translations): better translation of the pt_BR language (#2061) [Lucas Gonzalez de Queiroz]
- fix: broken link to config.py template (#2056) [Alex Gordienko]
- fix: user registration menu name (#2051) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 4.3.2
-----------------------------------

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.2"
__version__ = "4.3.3"

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

0 comments on commit 80a177c

Please sign in to comment.