Skip to content

Commit 4f7ca85

Browse files
authored
release: 3.3.4 (#1715)
1 parent 6c77e52 commit 4f7ca85

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.rst

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

4+
Improvements and Bug fixes on 3.3.4
5+
-----------------------------------
6+
7+
- chore: improve tests more coverage (#1713) [Daniel Vaz Gaspar]
8+
- docs: fix requirements funcparserlib (#1703) [Daniel Vaz Gaspar]
9+
- chore: improve schema validation (#1712) [Daniel Vaz Gaspar]
10+
- chore: bump dependencies (#1697) [Daniel Vaz Gaspar]
11+
- docs: fix requirements (#1702) [Daniel Vaz Gaspar]
12+
- docs: fix issue 1700 (#1701) [Federico Padua]
13+
414
Improvements and Bug fixes on 3.3.3
515
-----------------------------------
616

RELEASE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Release protocol
33

44
1 - Create a release branch named `release/<VERSION>`
55

6-
2 - Update CHANGELOG.rst with all the changes since last release
6+
2 - Update CHANGELOG.rst with all the changes since last release (use: `git log --pretty=format:"%s [%an]"`)
77

88
3 - Bump version on `flask_appbuilder/__init__.py`
99

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__ = "3.3.3"
2+
__version__ = "3.3.4"
33

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

0 commit comments

Comments
 (0)