This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch bump-theme-version in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit ee7de9c8d76f119751f865bfe7d8ae2b910253ef Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Jan 12 09:40:27 2025 +0100 Bump theme version --- 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__
