This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new bc8171c5c4 Bump sphinx_airflow_theme to 0.3.10 to publish #1522 navbar
fix (#1523)
bc8171c5c4 is described below
commit bc8171c5c45bf734a47f6c55fdd27032e4f92180
Author: hojeong park <[email protected]>
AuthorDate: Tue May 5 22:37:25 2026 +0900
Bump sphinx_airflow_theme to 0.3.10 to publish #1522 navbar fix (#1523)
---
sphinx_airflow_theme/LATEST_VERSION.txt | 2 +-
sphinx_airflow_theme/sphinx_airflow_theme/__init__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sphinx_airflow_theme/LATEST_VERSION.txt
b/sphinx_airflow_theme/LATEST_VERSION.txt
index 940ac09aa6..5503126d59 100644
--- a/sphinx_airflow_theme/LATEST_VERSION.txt
+++ b/sphinx_airflow_theme/LATEST_VERSION.txt
@@ -1 +1 @@
-0.3.9
+0.3.10
diff --git a/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
b/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
index 732ea3a2be..a8d2643e06 100644
--- a/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
+++ b/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
@@ -18,7 +18,7 @@
from os import path
from sphinx.application import Sphinx
-__version__ = '0.3.9'
+__version__ = '0.3.10'
__version_full__ = __version__