Skip to content

Commit d7a1252

Browse files
Commit
1 parent 413eb45 commit d7a1252

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

4+
`2025.9.2 <https://github.com/python/python-docs-theme/releases/tag/2025.9.2>`_
5+
-------------------------------------------------------------------------------
6+
7+
* Add Korean translation from Transifex in https://github.com/python/python-docs-theme/pull/264
8+
* Add German translation by @cmaureir in https://github.com/python/python-docs-theme/pull/262
9+
* Fix compilation of translations and loading of translations on pages with html
10+
source in https://github.com/python/python-docs-theme/pull/263
11+
412
`2025.9.1 <https://github.com/python/python-docs-theme/releases/tag/2025.9.1>`_
513
-------------------------------------------------------------------------------
614

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.9.1"
12+
__version__ = "2025.9.2"
1313

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

0 commit comments

Comments
 (0)