Skip to content

Bump theme to 0.4.12 - #254

Merged
malfet merged 2 commits into
pytorch_sphinx_theme2from
bump-theme-0.4.12
Aug 27, 2026
Merged

Bump theme to 0.4.12#254
malfet merged 2 commits into
pytorch_sphinx_theme2from
bump-theme-0.4.12

Conversation

@malfet

@malfet malfet commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Release bump picking up:

Updates all three version strings (setup.py, __version__, and the dict returned by setup()) plus a CHANGELOG entry.

Why 0.4.10 → 0.4.12

0.4.11 was published to PyPI on 2026-05-19, but from the bump-theme-0.4.11 branch, which was never merged. So pytorch_sphinx_theme2 still read 0.4.10 and the changelog has no 0.4.11 entry. This bump lands on the branch so the next release does not inherit the same gap.

The 0.4.11 changelog entry is deliberately not backfilled here — that release corresponds to #251, but reconstructing it after the fact felt like it should be someone's explicit call rather than something folded into a version bump. Happy to add it if wanted.

Test plan

python3 -c "import pytorch_sphinx_theme2 as t; print(t.__version__)"
grep -rn '0\.4\.12' setup.py pytorch_sphinx_theme2/__init__.py

Authored with the assistance of an AI coding agent.

Picks up the search relevance fix (#252) and the GitHub Actions Node 20
bumps (#253).

Goes straight from 0.4.10 to 0.4.12. 0.4.11 was published to PyPI on
2026-05-19 from the `bump-theme-0.4.11` branch, which was never merged, so
the branch still read 0.4.10 and there is no 0.4.11 changelog entry. This
bump lands on the branch so the next release does not inherit the same gap.

Test Plan:

```
python3 -c "import pytorch_sphinx_theme2 as t; print(t.__version__)"
grep -rn '0\.4\.12' setup.py pytorch_sphinx_theme2/__init__.py
```

All three version strings (setup.py, __version__, and the dict returned by
setup()) report 0.4.12.

Authored with the assistance of an AI coding agent.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for pytorchsphinxtheme ready!

Name Link
🔨 Latest commit 1b7ed5f
🔍 Latest deploy log https://app.netlify.com/projects/pytorchsphinxtheme/deploys/6a90888d1b9da90008cd2502
😎 Deploy Preview https://deploy-preview-254--pytorchsphinxtheme.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@meta-cla meta-cla Bot added the cla signed label Aug 27, 2026
0.4.11 shipped to PyPI on 2026-05-19 but its bump branch was never merged,
so the changelog jumped 0.4.10 to 0.4.12 while the code it contained (#251)
is on the branch and reaches anyone upgrading from 0.4.10. Recording it as
its own section keeps that accurate for both sets of users, rather than
folding it into v0.4.12 and telling existing 0.4.11 users about changes they
already have.

Authored with the assistance of an AI coding agent.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@malfet
malfet merged commit ae5219d into pytorch_sphinx_theme2 Aug 27, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant