From cbdd247e3e9dacbc5ab53071d470749129a6df18 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 26 Apr 2022 00:45:38 +0200 Subject: [PATCH] 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 fec4796bff5..a920e6a2529 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__