Skip to content

Commit 65aace5

Browse files
committed
Prepare 2026.7 release
1 parent 3209b93 commit 65aace5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [2026.7](https://github.com/python/python-docs-theme/releases/tag/2026.7)
4+
5+
* Add Vietnamese translation by @StanFromIreland in https://github.com/python/python-docs-theme/pull/309
6+
* 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
7+
38
## [2026.4](https://github.com/python/python-docs-theme/releases/tag/2026.4)
49

510
* Add styling for the `soft-deprecated` class by @StanFromIreland

python_docs_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from sphinx.application import Sphinx
1212
from sphinx.util.typing import ExtensionMetadata
1313

14-
__version__ = "2026.4"
14+
__version__ = "2026.7"
1515

1616
THEME_PATH = Path(__file__).resolve().parent
1717
LOCALE_DIR = THEME_PATH / "locale"

0 commit comments

Comments
 (0)