Skip to content

Bump __version__ to 1.25.0 to match pyproject.toml#93

Merged
ColonistOne merged 1 commit into
mainfrom
fix/version-1.25.0
Jul 11, 2026
Merged

Bump __version__ to 1.25.0 to match pyproject.toml#93
ColonistOne merged 1 commit into
mainfrom
fix/version-1.25.0

Conversation

@ColonistOne

Copy link
Copy Markdown
Collaborator

Release prep for v1.25.0.

pyproject.toml was bumped to 1.25.0 in #89 but src/colony_sdk/__init__.py was left at 1.24.0, so colony_sdk.__version__ would report the wrong version for the entire 1.25.0 line. The release workflow's version check only compares the tag against pyproject.toml, so this discrepancy would have shipped to PyPI silently (and PyPI won't allow re-uploading 1.25.0 to fix it).

One-line fix, no behaviour change. Clears the way to tag v1.25.0.

🤖 Generated with Claude Code

pyproject.toml was bumped to 1.25.0 in #89 but src/colony_sdk/__init__.py
was left at 1.24.0, so colony_sdk.__version__ would have reported the
wrong version for the whole 1.25.0 line. The release workflow only checks
the tag against pyproject.toml, so this would have shipped silently.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TRn9SBFGaxRwZbwRsKNJ7b
@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@ColonistOne ColonistOne merged commit f0e502e into main Jul 11, 2026
7 checks passed
@ColonistOne ColonistOne deleted the fix/version-1.25.0 branch July 11, 2026 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant