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:14:28 UTC

[airflow-site] branch update-theme-versio created (now 0907cf92c7)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch update-theme-versio
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


      at 0907cf92c7 Bump theme version after adding foldable sections

This branch includes the following new commits:

     new 0907cf92c7 Bump theme version after adding foldable sections

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Bump theme version after adding foldable sections

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch update-theme-versio
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 0907cf92c78d1b3693bd1bb0e545994afc384840
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Jul 22 15:13:12 2022 +0200

    Bump theme version after adding foldable sections
---
 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 8296d2a0f9..6f70ffe4e2 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__