From 696ceee23d697018c232374f479a63d16f15661f Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Mon, 17 Aug 2026 17:15:29 -0400 Subject: [PATCH] chore: sync __version__ stamp to 2026.8.17.1 (freeze documented) Co-Authored-By: Claude Fable 5 --- autonerves/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autonerves/__init__.py b/autonerves/__init__.py index 31b495d..e3fff95 100644 --- a/autonerves/__init__.py +++ b/autonerves/__init__.py @@ -116,4 +116,7 @@ def _emit_python_version_warning(): from .workspace import check_version, WorkspaceVersionMismatchError -__version__ = "2026.7.23.1" +# Last manual sync of the source stamp. Release wheels are stamped at build +# time and the git tag is the release truth — deliberately never bumped per +# release (PyAutoBuild#118/#120). +__version__ = "2026.8.17.1"