Skip to content

Reset version line to 0.2.0 (skip orphaned 0.1.0) - #85

Merged
ryanmrichard merged 2 commits into
masterfrom
release_0.2.0
Sep 11, 2026
Merged

ryanmrichard merged 2 commits into
masterfrom
release_0.2.0

Conversation

@ryanmrichard

Copy link
Copy Markdown
Member

Summary

  • PyPI has an orphaned nwchemex-nwxcmake==0.1.0 release (2026-08-05, no git tag) that hardcodes a since-deleted simde git branch (build_overhaul).
  • Every ecosystem repo's pyproject.toml pins nwchemex-nwxcmake>=0.1.0, so pip always resolves to that broken release instead of any newer 0.0.x fix (currently 0.0.26, which contains this week's integration-testing self-override fix).
  • A v0.1.99 sentinel git tag (no PyPI release) was pushed to master so this PR's bump:minor label lands the next release exactly on 0.2.0, skipping the poisoned 0.1.x line entirely -- no pin changes needed in any downstream repo.

Test plan

  • Merge with the bump:minor label attached
  • Confirm merge.yaml tags v0.2.0 and publishes nwchemex-nwxcmake==0.2.0 to PyPI
  • Confirm pip install "nwchemex-nwxcmake>=0.1.0" now resolves to 0.2.0

🤖 Generated with Claude Code

nwchemex-nwxcmake==0.1.0 on PyPI is an orphaned build-overhaul-era
snapshot with no git tag, hardcoding a since-deleted simde branch.
Every ecosystem repo's pyproject.toml pins >=0.1.0, so pip always
resolved to that broken release over any newer 0.0.x fix. Bumping to
0.2.0 (via a v0.1.99 sentinel tag, see this PR's bump:minor label)
gets those pins resolving to a real, current release again.
@ryanmrichard ryanmrichard added the bump:minor A new feature is added that changes minor versioning label Sep 11, 2026
Pre-existing whitespace in comments from this week's self-override
work; caught while getting this PR's check_formatting job to pass.
@ryanmrichard ryanmrichard self-assigned this Sep 11, 2026
@ryanmrichard
ryanmrichard merged commit 709947d into master Sep 11, 2026
8 checks passed
@ryanmrichard
ryanmrichard deleted the release_0.2.0 branch September 11, 2026 17:27
@github-actions

Copy link
Copy Markdown

🚀 [bumpr] Bumped!
New version:v0.2.0
Changes:v0.1.99...v0.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump:minor A new feature is added that changes minor versioning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants