From 65aace543239cb383b9428c912921f6fe2078b74 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:14:54 +0300 Subject: [PATCH] Prepare 2026.7 release --- CHANGELOG.md | 5 +++++ python_docs_theme/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e50ea..dbf11f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [2026.7](https://github.com/python/python-docs-theme/releases/tag/2026.7) + +* Add Vietnamese translation by @StanFromIreland in https://github.com/python/python-docs-theme/pull/309 +* Switch to Hatchling build hooks for i18n packaging and exclude .po from wheels by @StanFromIreland in https://github.com/python/python-docs-theme/pull/312 + ## [2026.4](https://github.com/python/python-docs-theme/releases/tag/2026.4) * Add styling for the `soft-deprecated` class by @StanFromIreland diff --git a/python_docs_theme/__init__.py b/python_docs_theme/__init__.py index 6708b6d..f0ddc06 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.4" +__version__ = "2026.7" THEME_PATH = Path(__file__).resolve().parent LOCALE_DIR = THEME_PATH / "locale"