Skip to content

Commit cfa1932

Browse files
committed
Prepare 2025.4 release
1 parent 5b79510 commit cfa1932

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

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

4+
`2025.4 <https://github.com/python/python-docs-theme/releases/tag/2025.4>`_
5+
---------------------------------------------------------------------------
6+
7+
* Require Python 3.10 and Sphinx 7.3 by @AA-Turner in https://github.com/python/python-docs-theme/pull/221
8+
* Drop support for Python 3.10 and 3.11 by @hugovk in https://github.com/python/python-docs-theme/pull/234
9+
* Add a copy button to code samples by @tomasr8 in https://github.com/python/python-docs-theme/pull/231
10+
* Add missing i18n for copy button titles by @tomasr8 in https://github.com/python/python-docs-theme/pull/225
11+
* Use consistent line-height for light & dark theme by @tomasr8 in https://github.com/python/python-docs-theme/pull/227
12+
* Remove self-closing tags by @hugovk in https://github.com/python/python-docs-theme/pull/226
13+
414
`2025.2 <https://github.com/python/python-docs-theme/releases/tag/2025.2>`_
515
---------------------------------------------------------------------------
616

python_docs_theme/__init__.py

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

10-
__version__ = "2025.2"
10+
__version__ = "2025.4"
1111

1212
THEME_PATH = Path(__file__).resolve().parent
1313

0 commit comments

Comments
 (0)