Skip to content

Commit 17b63c6

Browse files
release: 0.4.17
1 parent 126a697 commit 17b63c6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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-
".": "0.4.16"
2+
".": "0.4.17"
33
}

CHANGELOG.md

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

3+
## 0.4.17 (2025-09-26)
4+
5+
Full Changelog: [v0.4.16...v0.4.17](https://github.com/scaleapi/agentex-python/compare/v0.4.16...v0.4.17)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([64abae8](https://github.com/scaleapi/agentex-python/commit/64abae8adf2d97332e36302712ac4572b5474c4c))
10+
* **internal:** version bump ([126a697](https://github.com/scaleapi/agentex-python/commit/126a69790f43fbf6748104d4ce884b6616c5aeb4))
11+
312
## 0.4.16 (2025-09-16)
413

514
Full Changelog: [v0.4.15...v0.4.16](https://github.com/scaleapi/agentex-python/compare/v0.4.15...v0.4.16)

pyproject.toml

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

src/agentex/_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__ = "agentex"
4-
__version__ = "0.4.16" # x-release-please-version
4+
__version__ = "0.4.17" # x-release-please-version

0 commit comments

Comments
 (0)