Skip to content

Commit 73c9cea

Browse files
authored
release: 4.8.0 (#2374)
1 parent 0ff10d8 commit 73c9cea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

4+
Improvements and Bug fixes on 4.8.0
5+
-----------------------------------
6+
7+
- feat: Support the select_columns arg on the Get Item method (#2372) [Vitor Avila]
8+
49
Improvements and Bug fixes on 4.7.0
510
-----------------------------------
611

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.7.0"
2+
__version__ = "4.8.0"
33

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

0 commit comments

Comments
 (0)