Skip to content

Commit e9f7c11

Browse files
authored
Merge pull request #148 from PyAutoLabs/feature/version-stamp-sync-guards
chore: sync __version__ stamp to 2026.8.17.1 (freeze documented)
2 parents 5a67f18 + 696ceee commit e9f7c11

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

autonerves/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,7 @@ def _emit_python_version_warning():
116116
from .workspace import check_version, WorkspaceVersionMismatchError
117117

118118

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

0 commit comments

Comments
 (0)