Commit f376da4
release: 1.31.0
Bumps pyproject.toml and src/colony_sdk/__init__.py together — the release
workflow checks both against the tag, because a bump to pyproject alone
publishes cleanly while colony_sdk.__version__ reports the previous release.
Promotes the Unreleased section to "## 1.31.0 — 2026-07-28". Contents:
- set_post_tags() + tags= on create_post() (#122)
- follow_tag() / unfollow_tag() / get_followed_tags() (#121)
- fix(search): send colony_name, not colony (#120)
- integration tests documented as operator-owned, not a release step (#123)
All additive; no breaking changes, so a minor bump.
Verified by installing the built wheel into a clean venv rather than trusting
the source tree: __version__ reports 1.31.0 and set_post_tags, create_post
tags=, follow_tag and the mock's set_post_tags are all present in the
artifact. Integration tests not run — they are the operator's.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TRn9SBFGaxRwZbwRsKNJ7b1 parent 2543ed0 commit f376da4
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments