Skip to content

Commit 82eaeca

Browse files
authored
release: 4.2.1 (#1994)
1 parent 57e9d10 commit 82eaeca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

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

4+
Improvements and Bug fixes on 4.2.1
5+
-----------------------------------
6+
7+
- ci: fix pyodbc install failure (#1992) [Daniel Vaz Gaspar]
8+
- fix: Remove unused parameter from QuerySelectMultipleField instantiation (#1991) [Dosenpfand]
9+
- fix: Make sure user input is not treated as safe in the oauth view (#1978) [Glenn Schuurman]
10+
- fix: don't use root logger on safe decorator (#1990) [Igor Khrol]
11+
- chore: upgrade Font Awesome to version 6 (#1979) [Daniel Vaz Gaspar]
12+
413
Improvements and Bug fixes on 4.2.0
514
-----------------------------------
615

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.2.0"
2+
__version__ = "4.2.1"
33

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

0 commit comments

Comments
 (0)