8000 Prepare 2026.3 release (#300) · python/python-docs-theme@d71bc5c · GitHub
[go: up one dir, main page]

Skip to content

Commit d71bc5c

Browse files
authored
Prepare 2026.3 release (#300)
1 parent 6f83c8d commit d71bc5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [2026.3](https://github.com/python/python-docs-theme/releases/tag/2026.3)
4+
5+
* Add colors for new thread-safety levels by @lysnikolaou in https://github.com/python/python-docs-theme/pull/299
6+
37
## [2026.2](https://github.com/python/python-docs-theme/releases/tag/2026.2)
48

59
* Style codeblock `:caption:` by @StanFromIreland in https://github.com/python/python-docs-theme/pull/288

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.2"
14+
__version__ = "2026.3"
1515

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

0 commit comments

Comments
 (0)
0