Skip to content

Commit 7d1906e

Browse files
authored
Merge pull request #447 from PyAutoLabs/feature/version-stamp-sync-guards
chore: sync __version__ stamp to 2026.8.17.1; drop dead release stamper
2 parents 394514c + afd6bd3 commit 7d1906e

2 files changed

Lines changed: 4 additions & 32 deletions

File tree

autoarray/__init__.py

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

108108
conf.instance.register(__file__)
109109

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

112115
# ---------------------------------------------------------------------------
113116
# Public re-export of the autonerves configuration / serialization surface.

files/release.sh

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

0 commit comments

Comments
 (0)