Skip to content

Commit 76766df

Browse files
vdavezclaude
andcommitted
chore(release): v1.1.3
Promote Unreleased reference-data shape additions to v1.1.3. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c3c03af commit 76766df

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.3] - 2026-06-04
11+
1012
### Added
1113
- Reference-data list/get methods now accept `shape` (and the associated
1214
`flat` / `flat_lists`) parameters, matching the underlying API which has

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 = "tango-python"
7-
version = "1.1.2"
7+
version = "1.1.3"
88
description = "Python SDK for the Tango API"
99
readme = "README.md"
1010
requires-python = ">=3.12"

tango/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
)
4545
from .webhooks.receiver import Delivery, WebhookReceiver
4646

47-
__version__ = "1.1.2"
47+
__version__ = "1.1.3"
4848
__all__ = [
4949
"TangoClient",
5050
"TangoAPIError",

0 commit comments

Comments
 (0)