Skip to content

Commit

Permalink
release: 4.3.10 (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Nov 20, 2023
1 parent 05e518e commit ba63c5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.3.10
-----------------------------------

- fix: azure keep using upn if exists (#2163) [Daniel Vaz Gaspar]
- docs: Update shield of supported Python versions (#2156) [Dosenpfand]
- docs: update security policy (#2155) [Daniel Vaz Gaspar]
- docs: improve LDAP auth auth_roles_mapping (#2149) [Daniel Vaz Gaspar]
- docs: Update security docs to reflect LDAP casing issues (#2098) [Anders Bogsnes]
- fix: old API api column edit (#2134) [Daniel Vaz Gaspar]
- chore: add bootstrap min map (#2148) [Daniel Vaz Gaspar]
- chore: Add support for Python 3.10, 3.11, 3.12 and drop 3.7 (#2147) [Dosenpfand]
- chore: use npm for all frontend dependencies (#2144) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 4.3.9
-----------------------------------

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.9"
__version__ = "4.3.10"

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

0 comments on commit ba63c5c

Please sign in to comment.