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 a03a6e3d59 Bump theme version (#1104)
a03a6e3d59 is described below

commit a03a6e3d59753ab47be513e2824b5a105e2ae180
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Jan 12 10:47:33 2025 +0100

    Bump theme version (#1104)
---
 sphinx_airflow_theme/sphinx_airflow_theme/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py 
b/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
index b383314376..3bf4662a89 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.0.13'
+__version__ = '0.1.0'
 __version_full__ = __version__
 
 

Reply via email to