Skip to content

Commit 49115ad

Browse files
authored
Merge pull request #573 from PyAutoLabs/feature/version-stamp-sync-guards
chore: sync __version__ stamp to 2026.8.17.1 (freeze documented)
2 parents 9bda149 + f900c10 commit 49115ad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

autogalaxy/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,10 @@
131131
from autonerves.fitsable import output_to_fits
132132
from autonerves.fitsable import hdu_list_for_output_from
133133

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

136139
from autonerves import check_version
137140

0 commit comments

Comments
 (0)