Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d07825

Browse filesBrowse files
authored
Prepare 2025.4.1 release (#241)
1 parent d0eaa5e commit 5d07825
Copy full SHA for 5d07825

File tree

2 files changed

+6
-1
lines changed
Filter options

2 files changed

+6
-1
lines changed

‎CHANGELOG.rst

Copy file name to clipboardExpand all lines: CHANGELOG.rst
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
`2025.4.1 <https://github.com/python/python-docs-theme/releases/tag/2025.4.1>`_
5+
-------------------------------------------------------------------------------
6+
7+
* Fix copy button with multiple tracebacks by @tomasr8 in https://github.com/python/python-docs-theme/pull/240
8+
49
`2025.4 <https://github.com/python/python-docs-theme/releases/tag/2025.4>`_
510
---------------------------------------------------------------------------
611

‎python_docs_theme/__init__.py

Copy file name to clipboardExpand all lines: python_docs_theme/__init__.py
+1-1Lines 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"
10+
__version__ = "2025.4.1"
1111

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.