Skip to content

Commit 6aea657

Browse files
authored
Prepare 2026.2 release (#298)
1 parent d075da5 commit 6aea657

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [2026.2](https://github.com/python/python-docs-theme/releases/tag/2026.2)
4+
5+
* Style codeblock `:caption:` by @StanFromIreland in https://github.com/python/python-docs-theme/pull/288
6+
* Enable copy button for shell sessions and consoles by @hugovk in https://github.com/python/python-docs-theme/pull/295
7+
* Add colors for thread safety annotations by @lysnikolaou in https://github.com/python/python-docs-theme/pull/297
8+
39
## [2025.12](https://github.com/python/python-docs-theme/releases/tag/2025.12)
410

511
* Add support for green, red and yellow side borders for code examples by @hugovk in https://github.com/python/python-docs-theme/pull/285

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
[GitHub Actions](https://github.com/python/python-docs-theme/actions)
88
- Go to https://github.com/python/python-docs-theme/releases
99
- Click "Draft a new release"
10-
- Click "Choose a tag"
10+
- Click "Tag: Select tag"
1111
- Type the next YYYY.MM version (no leading zero) and
12-
select "**Create new tag: YYYY.MM** on publish"
12+
select "Create new tag"
13+
- Click "Create" for "YYYY.MM will be created on publish"
1314
- Leave the "Release title" blank (it will be autofilled)
1415
- Click "Generate release notes" and amend as required
1516
- Click "Publish release"

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__ = "2025.12"
14+
__version__ = "2026.2"
1515

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

0 commit comments

Comments
 (0)