Skip to content

Commit

Permalink
release: 4.3.9 (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Oct 16, 2023
1 parent dd8f146 commit 4db9a77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.3.9
-----------------------------------

- ci: create release script (#2142) [Daniel Vaz Gaspar]
- fix: wtforms compat on 3.1.0 (#2138) [Daniel Vaz Gaspar]
- docs: fix RTD config requirements (#2140) [Daniel Vaz Gaspar]
- docs: fix RTD config (#2139) [Daniel Vaz Gaspar]
- docs: add RTD required config (#2135) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 4.3.8
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Daniel Vaz Gaspar"
__version__ = "4.3.8"
__version__ = "4.3.9"

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

0 comments on commit 4db9a77

Please sign in to comment.