chore: sync __version__ stamp to 2026.8.17.1; drop dead release stamper - #1488
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Deliberate manual sync of the frozen source
__version__stamp from2026.7.23.1to the latest release2026.8.17.1, with a comment documenting the freeze design: release wheels are stamped at build time, the git tag is the release truth, and the source literal is deliberately never bumped per release (PyAutoBuild#118/#120 — per-release bump commits were the noise engine behind the June/July 2026 accidental-release cascade).Part of PyAutoLabs/PyAutoHands#235 (six sibling PRs: five stamp syncs + release-sed guards).
Also removes the dead legacy release stamper script — unreferenced anywhere in the workspace, and its
grep -v __version__line-deletion rewrite would corrupt any future multi-line stamp block.API Changes
None — internal changes only. The
__version__value syncs to what released wheels already report.Behavioral note: at
2026.8.17.1the stamp is >30 days past the current workspace floors (2026.7.9.1), so source checkouts running workspace scripts now see the samecheck_versionstaleness warning that pip users on the2026.8.17.1wheel already see today (CI setsPYAUTO_SKIP_WORKSPACE_VERSION_CHECK=1; devs can too, or the workspace floors can be bumped when scripts next require newer API).See full details below.
Test Plan
ast.parsepasses on the edited__init__.pyFull API Changes (for automation & release notes)
Changed Behaviour
autofit.__version__— literal synced2026.7.23.1→2026.8.17.1(matches released wheels; no signature or symbol changes)Generated by the PyAutoLabs agent workflow.