From dd2f8d6a10e86c7564773d94007eebf200d1674e Mon Sep 17 00:00:00 2001 From: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:41:06 +0100 Subject: [PATCH] Bump Release to 2024.10.2 (#18) --- src/kedro_sphinx_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kedro_sphinx_theme/__init__.py b/src/kedro_sphinx_theme/__init__.py index fea8a6d..a5043ef 100644 --- a/src/kedro_sphinx_theme/__init__.py +++ b/src/kedro_sphinx_theme/__init__.py @@ -7,7 +7,7 @@ from sphinx.application import Sphinx -__version__ = "2024.10.0" +__version__ = "2024.10.2" THEME_PATH = (Path(__file__).parent / "theme" / "kedro-sphinx-theme").resolve()