Skip to content

Commit ba63c5c

Browse files
authored
release: 4.3.10 (#2165)
1 parent 05e518e commit ba63c5c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Flask-AppBuilder ChangeLog
22
==========================
33

4+
Improvements and Bug fixes on 4.3.10
5+
-----------------------------------
6+
7+
- fix: azure keep using upn if exists (#2163) [Daniel Vaz Gaspar]
8+
- docs: Update shield of supported Python versions (#2156) [Dosenpfand]
9+
- docs: update security policy (#2155) [Daniel Vaz Gaspar]
10+
- docs: improve LDAP auth auth_roles_mapping (#2149) [Daniel Vaz Gaspar]
11+
- docs: Update security docs to reflect LDAP casing issues (#2098) [Anders Bogsnes]
12+
- fix: old API api column edit (#2134) [Daniel Vaz Gaspar]
13+
- chore: add bootstrap min map (#2148) [Daniel Vaz Gaspar]
14+
- chore: Add support for Python 3.10, 3.11, 3.12 and drop 3.7 (#2147) [Dosenpfand]
15+
- chore: use npm for all frontend dependencies (#2144) [Daniel Vaz Gaspar]
16+
417
Improvements and Bug fixes on 4.3.9
518
-----------------------------------
619

flask_appbuilder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Daniel Vaz Gaspar"
2-
__version__ = "4.3.9"
2+
__version__ = "4.3.10"
33

44
from .actions import action # noqa: F401
55
from .api import ModelRestApi # noqa: F401

0 commit comments

Comments
 (0)