Skip to content

Commit 8eabe88

Browse files
release: 2.3.1
1 parent ae7ab14 commit 8eabe88

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.0"
2+
".": "2.3.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 2.3.1 (2025-11-04)
4+
5+
Full Changelog: [v2.3.0...v2.3.1](https://github.com/channel3-ai/sdk-python/compare/v2.3.0...v2.3.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** close streams without requiring full consumption ([4d44bb1](https://github.com/channel3-ai/sdk-python/commit/4d44bb1d045d7d2447bc305dd8463e27dd170175))
10+
11+
12+
### Chores
13+
14+
* **internal/tests:** avoid race condition with implicit client cleanup ([ef7fe91](https://github.com/channel3-ai/sdk-python/commit/ef7fe91e5e5c14e15172642362aee07b96f19b3d))
15+
* **internal:** grammar fix (it's -> its) ([ae7ab14](https://github.com/channel3-ai/sdk-python/commit/ae7ab1494bc21b8b5aeefb91af3353b696949bcb))
16+
317
## 2.3.0 (2025-10-28)
418

519
Full Changelog: [v2.2.1...v2.3.0](https://github.com/channel3-ai/sdk-python/compare/v2.2.1...v2.3.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "channel3_sdk"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "The official Python library for the channel3 API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/channel3_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "channel3_sdk"
4-
__version__ = "2.3.0" # x-release-please-version
4+
__version__ = "2.3.1" # x-release-please-version

0 commit comments

Comments
 (0)