From 5b4789c934303f94962cca4c43b43d3362d6a6f4 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 19 Apr 2026 17:12:32 +0100 Subject: [PATCH 1/2] Prepare 2026.4 release --- CHANGELOG.md | 8 ++++++++ python_docs_theme/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c34acb..8ff0cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2026.4](https://github.com/python/python-docs-theme/releases/tag/2026.4) + +* Fix the vertical alignment of `:Editor:` by @pradyunsg in + https://github.com/python/python-docs-theme/pull/303 +* Add Tamil translation in https://github.com/python/python-docs-theme/pull/304 +* Add styling for the `soft-deprecated` class by @StanFromIreland + in https://github.com/python/python-docs-theme/pull/305 + ## [2026.3](https://github.com/python/python-docs-theme/releases/tag/2026.3) * Add colors for new thread-safety levels by @lysnikolaou in https://github.com/python/python-docs-theme/pull/299 diff --git a/python_docs_theme/__init__.py b/python_docs_theme/__init__.py index e92b751..6708b6d 100644 --- a/python_docs_theme/__init__.py +++ b/python_docs_theme/__init__.py @@ -11,7 +11,7 @@ from sphinx.application import Sphinx from sphinx.util.typing import ExtensionMetadata -__version__ = "2026.3" +__version__ = "2026.4" THEME_PATH = Path(__file__).resolve().parent LOCALE_DIR = THEME_PATH / "locale" From 0f970dcc83f35ace1fb73812981251dfb5ecc0b3 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 19 Apr 2026 18:20:03 +0100 Subject: [PATCH 2/2] reorder Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff0cae..35e50ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## [2026.4](https://github.com/python/python-docs-theme/releases/tag/2026.4) -* Fix the vertical alignment of `:Editor:` by @pradyunsg in - https://github.com/python/python-docs-theme/pull/303 -* Add Tamil translation in https://github.com/python/python-docs-theme/pull/304 * Add styling for the `soft-deprecated` class by @StanFromIreland in https://github.com/python/python-docs-theme/pull/305 +* Add Tamil translation in https://github.com/python/python-docs-theme/pull/304 +* Fix the vertical alignment of `:Editor:` by @pradyunsg in + https://github.com/python/python-docs-theme/pull/303 ## [2026.3](https://github.com/python/python-docs-theme/releases/tag/2026.3)