Skip to content

Commit 18811a7

Browse files
authored
Prepare 2025.10 release (#276)
1 parent 3d7c2b5 commit 18811a7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
exclude:
33
authors:
4-
- dependabot
5-
- pre-commit-ci
4+
- dependabot[bot]
5+
- pre-commit-ci[bot]

CHANGELOG.rst

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

4+
`2025.10 <https://github.com/python/python-docs-theme/releases/tag/2025.10>`_
5+
-------------------------------------------------------------------------------
6+
7+
* Add Romanian translation by @octaG-M in https://github.com/python/python-docs-theme/pull/272
8+
* Add Arabic and Russian translations by @StanFromIreland in https://github.com/python/python-docs-theme/pull/274
9+
* Add French translation by @JulienPalard in https://github.com/python/python-docs-theme/pull/275
10+
* Update authors in ``pyproject.toml`` by @StanFromIreland in https://github.com/python/python-docs-theme/pull/271
11+
* Add link to devguide in README by @StanFromIreland in https://github.com/python/python-docs-theme/pull/266
12+
413
`2025.9.2 <https://github.com/python/python-docs-theme/releases/tag/2025.9.2>`_
514
-------------------------------------------------------------------------------
615

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__ = "2025.9.2"
14+
__version__ = "2025.10"
1515

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

0 commit comments

Comments
 (0)