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 <[email protected]>
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__