From 2f62c5929ca78f87167b0a35d3c1264f74d20275 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 13 Feb 2024 20:42:20 +0000 Subject: [PATCH] FEAT: bump version --- src/sphinx_book_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx_book_theme/__init__.py b/src/sphinx_book_theme/__init__.py index 8288bfb6..7910628c 100644 --- a/src/sphinx_book_theme/__init__.py +++ b/src/sphinx_book_theme/__init__.py @@ -22,7 +22,7 @@ from .header_buttons.source import add_source_buttons from ._transforms import HandleFootnoteTransform -__version__ = "1.1.1" +__version__ = "1.1.2" """sphinx-book-theme version""" SPHINX_LOGGER = logging.getLogger(__name__)