Skip to content

Commit 361c2a6

Browse files
authored
Merge pull request #70 from scaleapi/release-please--branches--main--changes--next
release: 0.2.10
2 parents 6b21e8c + fde67ca commit 361c2a6

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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.2.9"
2+
".": "0.2.10"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 34
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-11c219d0dae35b66569db21fd732cd50c3d164b742facbfd85272eb438698f60.yml
3-
openapi_spec_hash: 83fa098892b79c51e8772ef87ac901da
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-b93c17faa52976d8e3be02251f4977f2c89a1c2bd89e913faffb3a7f6a53c231.yml
3+
openapi_spec_hash: ea1ae484d9656349df4342a8f3db82f1
44
config_hash: f6ec6016df1ff072b5b60cdf7b438361

CHANGELOG.md

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

3+
## 0.2.10 (2025-08-13)
4+
5+
Full Changelog: [v0.2.9...v0.2.10](https://github.com/scaleapi/agentex-python/compare/v0.2.9...v0.2.10)
6+
37
## 0.2.9 (2025-08-12)
48

59
Full Changelog: [v0.2.8...v0.2.9](https://github.com/scaleapi/agentex-python/compare/v0.2.8...v0.2.9)

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.2.9"
3+
version = "0.2.10"
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.2.9" # x-release-please-version
4+
__version__ = "0.2.10" # x-release-please-version

0 commit comments

Comments
 (0)