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/04/25 22:45:42 UTC

[airflow-site] branch main updated: Bump theme to switch to Matomo (#579)

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 cbdd247e3 Bump theme to switch to Matomo (#579)
cbdd247e3 is described below

commit cbdd247e3e9dacbc5ab53071d470749129a6df18
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Apr 26 00:45:38 2022 +0200

    Bump theme to switch to Matomo (#579)
---
 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 fec4796bf..a920e6a25 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.7'
+__version__ = '0.0.8'
 __version_full__ = __version__