You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/08/19 00:12:26 UTC

[airflow-site] 01/01: Airflow theme v0.0.6

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

kaxilnaik pushed a commit to branch rel-0.0.6
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit d8c9c8aa8515c3111b2f65a2709466d6f602b77f
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Aug 19 01:12:15 2021 +0100

    Airflow theme v0.0.6
    
    Release Airflow theme 0.0.6 that removes Airflow Summit banner #466
---
 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 27db9a7..bce4696 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.5'
+__version__ = '0.0.6'
 __version_full__ = __version__