From 33e8002419a18980d3ced127120db54a16a2f872 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 4 Dec 2022 12:03:50 +0100 Subject: [PATCH] Upgrade sphinx airflow theme to 0.0.11 (#707) --- 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 9da125aa43f..9815b5074ef 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.10' +__version__ = '0.0.11' __version_full__ = __version__