Skip to content

Commit aa155fa

Browse files
authored
Merge pull request #698 from PyAutoLabs/feature/version-stamp-sync-guards
chore: sync __version__ stamp to 2026.8.17.1; drop dead release stamper
2 parents 6bae2fa + be4c4c8 commit aa155fa

2 files changed

Lines changed: 4 additions & 32 deletions

File tree

autolens/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,10 @@
151151

152152
conf.instance.register(__file__)
153153

154-
__version__ = "2026.7.23.1"
154+
# Last manual sync of the source stamp. Release wheels are stamped at build
155+
# time and the git tag is the release truth — deliberately never bumped per
156+
# release (PyAutoBuild#118/#120).
157+
__version__ = "2026.8.17.1"
155158

156159
from autonerves import check_version
157160

release.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)