From 24ed1541324a8d94e5113b4116943aec0ec43681 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 4 Feb 2025 14:55:00 +0000 Subject: [PATCH] Prepare 2025.2 release (#223) --- CHANGELOG.rst | 12 ++++++++++++ python_docs_theme/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 47eef33..74b09ca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,18 @@ Changelog ========= +`2025.2 `_ +--------------------------------------------------------------------------- + +- Note minimum requirements for Sphinx (#216) + Contributed by Adam Turner +- Horizontally centre the sidebar collapse button (#219) + Contributed by Tomas Roun +- Make sidebar width more flexible (#218) + Contributed by Tomas Roun +- Set ``__version__`` in the runtime package (#222) + Contributed by Adam Turner + `2024.12 `_ ----------------------------------------------------------------------------- diff --git a/python_docs_theme/__init__.py b/python_docs_theme/__init__.py index d8dd2c7..5a84c84 100644 --- a/python_docs_theme/__init__.py +++ b/python_docs_theme/__init__.py @@ -14,7 +14,7 @@ from sphinx.application import Sphinx from sphinx.util.typing import ExtensionMetadata -__version__ = "2024.12" +__version__ = "2025.2" THEME_PATH = Path(__file__).resolve().parent