File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Flask-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+
414Improvements and Bug fixes on 3.3.3
515-----------------------------------
616
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Release protocol
33
441 - 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
883 - Bump version on `flask_appbuilder/__init__.py `
99
Original file line number Diff line number Diff line change 11__author__ = "Daniel Vaz Gaspar"
2- __version__ = "3.3.3 "
2+ __version__ = "3.3.4 "
33
44from .actions import action # noqa: F401
55from .api import ModelRestApi # noqa: F401
You can’t perform that action at this time.
0 commit comments