diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce9240..dbe5ddf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 713348a..467ad62 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 2 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-861e8a85f0fb73cf4b7fc6c2b27722072ff33109459e90c17be24af15dfcbd0c.yml openapi_spec_hash: 644a0383600633ee604bb1e5b9ca025d -config_hash: 2bc262108dc3b065c16da5bb85c1e282 +config_hash: 1d603d50b7183a492ad6df5f728a1863 diff --git a/CHANGELOG.md b/CHANGELOG.md index eddb418..0492905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.2 (2025-04-04) + +Full Changelog: [v0.3.1...v0.3.2](https://github.com/isaacus-dev/isaacus-python/compare/v0.3.1...v0.3.2) + +### Chores + +* **internal:** remove trailing character ([#53](https://github.com/isaacus-dev/isaacus-python/issues/53)) ([1074f1e](https://github.com/isaacus-dev/isaacus-python/commit/1074f1e6817381f31f4f6b7329f596be19b0e918)) + ## 0.3.1 (2025-04-01) Full Changelog: [v0.3.0...v0.3.1](https://github.com/isaacus-dev/isaacus-python/compare/v0.3.0...v0.3.1) diff --git a/pyproject.toml b/pyproject.toml index f94bd96..86d972d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "isaacus" -version = "0.3.1" +version = "0.3.2" description = "The official Python library for the isaacus API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/isaacus/_version.py b/src/isaacus/_version.py index 96bdd89..bb249f2 100644 --- a/src/isaacus/_version.py +++ b/src/isaacus/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "isaacus" -__version__ = "0.3.1" # x-release-please-version +__version__ = "0.3.2" # x-release-please-version diff --git a/tests/test_client.py b/tests/test_client.py index 4130c98..bd2060b 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1675,7 +1675,7 @@ def test_get_platform(self) -> None: import threading from isaacus._utils import asyncify - from isaacus._base_client import get_platform + from isaacus._base_client import get_platform async def test_main() -> None: result = await asyncify(get_platform)()