diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88f43163..3b5b7119 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.12" + ".": "0.21.13" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 5c00677f..8bf2d6ac 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 37 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-f07d08f8590304c1e41dce8d97b2a734c04e9f6736ca1266f3669606682439cf.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-6c0cb9620225dbe9e7180b514e51b2cd94753565749de1603e77d065cb531be1.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe6f3a2..b7759321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.21.13 (2024-07-17) + +Full Changelog: [v0.21.12...v0.21.13](https://github.com/Finch-API/finch-api-python/compare/v0.21.12...v0.21.13) + +### Chores + +* **internal:** codegen related update ([#437](https://github.com/Finch-API/finch-api-python/issues/437)) ([1c1c8e7](https://github.com/Finch-API/finch-api-python/commit/1c1c8e72c11be7dc7dc8c04b9c0fe5116607f94e)) + ## 0.21.12 (2024-07-16) Full Changelog: [v0.21.11...v0.21.12](https://github.com/Finch-API/finch-api-python/compare/v0.21.11...v0.21.12) diff --git a/pyproject.toml b/pyproject.toml index 2246203f..34a49788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "0.21.12" +version = "0.21.13" description = "The official Python library for the Finch API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/finch/_version.py b/src/finch/_version.py index bc74e3e0..e09c3c4c 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "finch" -__version__ = "0.21.12" # x-release-please-version +__version__ = "0.21.13" # x-release-please-version