From c3892af63409a42871559a0aa75085c0f100ee8a Mon Sep 17 00:00:00 2001 From: Santiago Date: Sat, 13 Jun 2026 09:57:14 -0300 Subject: [PATCH] chore: release 0.13.0 Coordinated 0.13.0 train across the SDK fleet. Minor bump carries the breaking complex param-type model rework (TII change) plus the unified-builder/codegen work; 0.12.0 is already tagged so the breaking work needs a new minor. Bumps the package version and the .trix/client-lib codegen template's pinned SDK requirement in the same commit (per sdk-spec/codegen/versioning.md). Co-Authored-By: Claude Opus 4.8 (1M context) --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index fbb7901..fc7c724 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tx3-sdk" -version = "0.12.0" +version = "0.13.0" description = "Tx3 SDK for Python" readme = "README.md" license = { text = "Apache-2.0" }