Skip to content

Commit 1b32309

Browse files
committed
Prepare 2025.9 release
1 parent 2518cd7 commit 1b32309

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
`2025.9 <https://github.com/python/python-docs-theme/releases/tag/2025.9>`_
5+
---------------------------------------------------------------------------
6+
7+
* Enable theme translation by @StanFromIreland in https://github.com/python/python-docs-theme/pull/246
8+
* Add Swedish translation by @yeager in https://github.com/python/python-docs-theme/pull/250
9+
* Pull Brazilian Portuguese, Simplified Chinese, Traditional Chinese translations from Transifex by @StanFromIreland in https://github.com/python/python-docs-theme/pull/253
10+
411
`2025.5 <https://github.com/python/python-docs-theme/releases/tag/2025.5>`_
512
---------------------------------------------------------------------------
613

python_docs_theme/__init__.py

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

12-
__version__ = "2025.5"
12+
__version__ = "2025.9"
1313

1414
THEME_PATH = Path(__file__).resolve().parent
1515
LOCALE_DIR = THEME_PATH / "locale"

0 commit comments

Comments
 (0)