From 4db9a77ae456c51c05534d7c7f97c263707909ae Mon Sep 17 00:00:00 2001
From: Daniel Vaz Gaspar <danielvazgaspar@gmail.com>
Date: Mon, 16 Oct 2023 18:00:51 +0100
Subject: [PATCH] release: 4.3.9 (#2143)

---
 CHANGELOG.rst                | 9 +++++++++
 flask_appbuilder/__init__.py | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2e4e83d52c..2c2c802dd6 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -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
 -----------------------------------
 
diff --git a/flask_appbuilder/__init__.py b/flask_appbuilder/__init__.py
index 5aff10639a..bc09ba4a87 100644
--- a/flask_appbuilder/__init__.py
+++ b/flask_appbuilder/__init__.py
@@ -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