Skip to content

Commit 413eb45

Browse files
Prepare 2025.9.1 release (#261)
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent a955b8c commit 413eb45

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

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

4+
`2025.9.1 <https://github.com/python/python-docs-theme/releases/tag/2025.9.1>`_
5+
-------------------------------------------------------------------------------
6+
7+
* Add Japanese, Turkish and Spanish translations from Transifex in https://github.com/python/python-docs-theme/pull/259
8+
49
`2025.9 <https://github.com/python/python-docs-theme/releases/tag/2025.9>`_
510
---------------------------------------------------------------------------
611

712
* Enable theme translation and add Polish by @StanFromIreland in https://github.com/python/python-docs-theme/pull/246
813
* Add Greek translation by @lysnikolaou and @skpanagiotis in https://github.com/python/python-docs-theme/pull/256 and https://github.com/python/python-docs-theme/pull/257
914
* Add Swedish translation by @yeager in https://github.com/python/python-docs-theme/pull/250
10-
* Pull Brazilian Portuguese, Simplified Chinese, Traditional Chinese, Japanese, Turkish and Spanish translations from `Transifex <https://explore.transifex.com/python-doc/python-docs-theme/>`_ in https://github.com/python/python-docs-theme/pull/253 and https://github.com/python/python-docs-theme/pull/259
15+
* Add Brazilian Portuguese, Simplified Chinese and Traditional Chinese translations from `Transifex <https://explore.transifex.com/python-doc/python-docs-theme/>`_ in https://github.com/python/python-docs-theme/pull/253
1116

1217
`2025.5 <https://github.com/python/python-docs-theme/releases/tag/2025.5>`_
1318
---------------------------------------------------------------------------

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"
12+
__version__ = "2025.9.1"
1313

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

0 commit comments

Comments
 (0)