This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 20e54c6fcc Bump sphinx_airflow_theme version 0.3.2 -> 0.3.3
20e54c6fcc is described below
commit 20e54c6fcc2870facb7f19d566d711a4f71d8564
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Mar 19 13:08:04 2026 +0000
Bump sphinx_airflow_theme version 0.3.2 -> 0.3.3
---
sphinx_airflow_theme/.theme_files_hash | 2 +-
sphinx_airflow_theme/LATEST_VERSION.txt | 2 +-
sphinx_airflow_theme/sphinx_airflow_theme/__init__.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sphinx_airflow_theme/.theme_files_hash
b/sphinx_airflow_theme/.theme_files_hash
index c3dfc8db26..4fac9ddc04 100644
--- a/sphinx_airflow_theme/.theme_files_hash
+++ b/sphinx_airflow_theme/.theme_files_hash
@@ -1 +1 @@
-07df2243846a413e643fa9ea4ba7faa06cb8431317caa58243b93a011017c0f2
+4b2dfa1ea9b94c05ceec51d47b296ca3fe88bf598cb739d90c528eee35645515
diff --git a/sphinx_airflow_theme/LATEST_VERSION.txt
b/sphinx_airflow_theme/LATEST_VERSION.txt
index d15723fbe8..1c09c74e22 100644
--- a/sphinx_airflow_theme/LATEST_VERSION.txt
+++ b/sphinx_airflow_theme/LATEST_VERSION.txt
@@ -1 +1 @@
-0.3.2
+0.3.3
diff --git a/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
b/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
index e479ae27af..c1e15cc9e3 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.2'
+__version__ = '0.3.3'
__version_full__ = __version__