Skip to content

Commit 8037ac9

Browse files
committed
Prepare 2025.5 release
1 parent 42ade08 commit 8037ac9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

4+
`2025.5 <https://github.com/python/python-docs-theme/releases/tag/2025.5>`_
5+
---------------------------------------------------------------------------
6+
7+
* Make the copy button only appear when hovered over or clicked on by @kevteg in https://github.com/python/python-docs-theme/pull/243
8+
49
`2025.4.1 <https://github.com/python/python-docs-theme/releases/tag/2025.4.1>`_
510
-------------------------------------------------------------------------------
611

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.4.1"
10+
__version__ = "2025.5"
1111

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

0 commit comments

Comments
 (0)