You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/22 13:36:14 UTC

[airflow-site] branch main updated: Bump theme version after adding foldable sections (#643)

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 fd7af05318 Bump theme version after adding foldable sections (#643)
fd7af05318 is described below

commit fd7af05318e34f4efd6b8446ba8729112f30ee08
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Jul 22 15:36:09 2022 +0200

    Bump theme version after adding foldable sections (#643)
---
 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 3ff400ed76..9da125aa43 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.9'
+__version__ = '0.0.10'
 __version_full__ = __version__