From e4ccf9839f89cf8ddfa54cc80a911655d44acf24 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Thu, 14 Dec 2023 13:39:02 +0000 Subject: [PATCH] ENH: prepare for 1.1.0rc2 --- 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 a41eeb39..70070136 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.0rc1" +__version__ = "1.1.0rc2" """sphinx-book-theme version""" SPHINX_LOGGER = logging.getLogger(__name__)