Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion autoarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@

conf.instance.register(__file__)

__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"

# ---------------------------------------------------------------------------
# Public re-export of the autonerves configuration / serialization surface.
Expand Down
31 changes: 0 additions & 31 deletions files/release.sh

This file was deleted.

Loading