Skip to content

Commit 2ac4375

Browse files
Prepare 2025.12 release (#286)
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent d0b901d commit 2ac4375

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [2025.12](https://github.com/python/python-docs-theme/releases/tag/2025.12)
4+
5+
* Add support for green, red and yellow side borders for code examples by @hugovk in https://github.com/python/python-docs-theme/pull/285
6+
* Add Portuguese translation by @NyaPuma in https://github.com/python/python-docs-theme/pull/281
7+
* Add support for Python 3.15 by @hugovk in https://github.com/python/python-docs-theme/pull/282
8+
* Convert CHANGELOG and CONTRIBUTING from .rst to .md by @hugovk in https://github.com/python/python-docs-theme/pull/277
9+
* Add zizmor to CI and fix findings by @hugovk in https://github.com/python/python-docs-theme/pull/283
10+
311
## [2025.10](https://github.com/python/python-docs-theme/releases/tag/2025.10)
412

513
* Add Romanian translation by @octaG-M in https://github.com/python/python-docs-theme/pull/272

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.10"
14+
__version__ = "2025.12"
1515

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

0 commit comments

Comments
 (0)