Skip to content

Commit e2f7fde

Browse files
authored
release: 4.7.0 (#2360)
1 parent 39b70a1 commit e2f7fde

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

4+
Improvements and Bug fixes on 4.7.0
5+
-----------------------------------
6+
7+
- fix: group api, OAS and payload (#2358) [Daniel Vaz Gaspar]
8+
- fix: order by using mssql database (#2356) [ThomasP0815]
9+
- feat(filters): add "FilterIn" and "FilterNotIn" operators with unit tests (#2354) [Enzo Martellucci]
10+
- feat(GroupAPI): Add GroupAPI to FAB (#2339) [Enzo Martellucci]
11+
412
Improvements and Bug fixes on 4.6.4
513
-----------------------------------
614

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.6.4"
2+
__version__ = "4.7.0"
33

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

0 commit comments

Comments
 (0)