From 5dee4bbae722e750bc08a221f9332f82be5ef801 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 16:01:46 +0000 Subject: [PATCH 1/2] docs(readme): fix misleading timeout example value (#370) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2a8c06..228778cc 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ client = Finch( ) # Override per-request: -client.with_options(timeout=5 * 1000).hris.directory.list() +client.with_options(timeout=5.0).hris.directory.list() ``` On timeout, an `APITimeoutError` is thrown. From 19d0423f3f49b2fb4b541d74f35d3fa14afdad80 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 16:02:02 +0000 Subject: [PATCH 2/2] release: 0.20.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bba0c295..85b270e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.3" + ".": "0.20.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2019bdef..c11d231a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.20.4 (2024-05-03) + +Full Changelog: [v0.20.3...v0.20.4](https://github.com/Finch-API/finch-api-python/compare/v0.20.3...v0.20.4) + +### Documentation + +* **readme:** fix misleading timeout example value ([#370](https://github.com/Finch-API/finch-api-python/issues/370)) ([5dee4bb](https://github.com/Finch-API/finch-api-python/commit/5dee4bbae722e750bc08a221f9332f82be5ef801)) + ## 0.20.3 (2024-05-01) Full Changelog: [v0.20.2...v0.20.3](https://github.com/Finch-API/finch-api-python/compare/v0.20.2...v0.20.3) diff --git a/pyproject.toml b/pyproject.toml index e5eb015d..e0197005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "0.20.3" +version = "0.20.4" 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 c1053e8c..d0dcf3f3 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.20.3" # x-release-please-version +__version__ = "0.20.4" # x-release-please-version