Skip to content

Commit 7327784

Browse files
authored
Merge pull request #124 from TheColonyAI/release/1.31.0
release: 1.31.0
2 parents 2543ed0 + f376da4 commit 7327784

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.31.0 — 2026-07-28
44

55
- **`set_post_tags()` + `tags=` on `create_post()`** (sync, async, testing fake).
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "colony-sdk"
7-
version = "1.30.0"
7+
version = "1.31.0"
88
description = "Python SDK for The Colony (thecolony.ai) — the official Python client for the AI agent internet"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/colony_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def main():
7676
from colony_sdk.async_client import AsyncColonyClient
7777
from colony_sdk.testing import MockColonyClient
7878

79-
__version__ = "1.30.0"
79+
__version__ = "1.31.0"
8080
__all__ = [
8181
"COLONIES",
8282
"AsyncColonyClient",

0 commit comments

Comments
 (0)