Skip to content

Commit 6da68a7

Browse files
Prepare 2026.4 release (#306)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent b884109 commit 6da68a7

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+
## [2026.4](https://github.com/python/python-docs-theme/releases/tag/2026.4)
4+
5+
* Add styling for the `soft-deprecated` class by @StanFromIreland
6+
in https://github.com/python/python-docs-theme/pull/305
7+
* Add Tamil translation in https://github.com/python/python-docs-theme/pull/304
8+
* Fix the vertical alignment of `:Editor:` by @pradyunsg in
9+
https://github.com/python/python-docs-theme/pull/303
10+
311
## [2026.3](https://github.com/python/python-docs-theme/releases/tag/2026.3)
412

513
* Add colors for new thread-safety levels by @lysnikolaou in https://github.com/python/python-docs-theme/pull/299

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__ = "2026.3"
14+
__version__ = "2026.4"
1515

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

0 commit comments

Comments
 (0)