From fd7af05318e34f4efd6b8446ba8729112f30ee08 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Fri, 22 Jul 2022 15:36:09 +0200 Subject: [PATCH] Bump theme version after adding foldable sections (#643) --- 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 3ff400ed766..9da125aa43f 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__