Skip to content

Commit

Permalink
release: 3.3.4 (#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Oct 13, 2021
1 parent 6c77e52 commit 4f7ca85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,16 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 3.3.4
-----------------------------------

- chore: improve tests more coverage (#1713) [Daniel Vaz Gaspar]
- docs: fix requirements funcparserlib (#1703) [Daniel Vaz Gaspar]
- chore: improve schema validation (#1712) [Daniel Vaz Gaspar]
- chore: bump dependencies (#1697) [Daniel Vaz Gaspar]
- docs: fix requirements (#1702) [Daniel Vaz Gaspar]
- docs: fix issue 1700 (#1701) [Federico Padua]

Improvements and Bug fixes on 3.3.3
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.rst
Expand Up @@ -3,7 +3,7 @@ Release protocol

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
__version__ = "3.3.3"
__version__ = "3.3.4"

from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
Expand Down

0 comments on commit 4f7ca85

Please sign in to comment.