From b27d1821848bdd94dcff21f8eef276ac7425194c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:49:43 +0000 Subject: [PATCH 1/3] chore: 1.0.0 stable release (#456) --- .stats.yml | 2 +- src/finch/resources/hris/company.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 99bc45cb..ee6ccdb2 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-60f88b9ae0cedc03dd888b63ca8dec25658c87e6cc3493170114144ca9e070c9.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-693a6e6f8c0ba3b718e53f3df5948b0b7dde1c63c2f37af5b92ac645719f5a40.yml diff --git a/src/finch/resources/hris/company.py b/src/finch/resources/hris/company.py index 0ff218fb..72483583 100644 --- a/src/finch/resources/hris/company.py +++ b/src/finch/resources/hris/company.py @@ -34,7 +34,7 @@ def retrieve( extra_body: Body | None = None, timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> Company: - """Read basic company data""" + """Read basic company data.""" return self._get( "/employer/company", options=make_request_options( @@ -63,7 +63,7 @@ async def retrieve( extra_body: Body | None = None, timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> Company: - """Read basic company data""" + """Read basic company data.""" return await self._get( "/employer/company", options=make_request_options( From 3185c1fc30afd1c83aaa2931460eebbf72a4ee1f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:25:50 +0000 Subject: [PATCH 2/3] chore: stainless release (#458) --- .stats.yml | 2 +- README.md | 2 ++ src/finch/resources/hris/company.py | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index ee6ccdb2..99bc45cb 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-693a6e6f8c0ba3b718e53f3df5948b0b7dde1c63c2f37af5b92ac645719f5a40.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-60f88b9ae0cedc03dd888b63ca8dec25658c87e6cc3493170114144ca9e070c9.yml diff --git a/README.md b/README.md index 7ba4c870..697185f7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The Finch Python library provides convenient access to the Finch REST API from a application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx). +It is generated with [Stainless](https://www.stainlessapi.com/). + ## Documentation The REST API documentation can be found [in the Finch Documentation Center](https://developer.tryfinch.com/). The full API of this library can be found in [api.md](api.md). diff --git a/src/finch/resources/hris/company.py b/src/finch/resources/hris/company.py index 72483583..0ff218fb 100644 --- a/src/finch/resources/hris/company.py +++ b/src/finch/resources/hris/company.py @@ -34,7 +34,7 @@ def retrieve( extra_body: Body | None = None, timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> Company: - """Read basic company data.""" + """Read basic company data""" return self._get( "/employer/company", options=make_request_options( @@ -63,7 +63,7 @@ async def retrieve( extra_body: Body | None = None, timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> Company: - """Read basic company data.""" + """Read basic company data""" return await self._get( "/employer/company", options=make_request_options( From 94a8a56a0da2c3387c4724730948c07938719c49 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:26:09 +0000 Subject: [PATCH 3/3] release: 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 354c2fa8..fea34540 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.1" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ac0b34..78627431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.0 (2024-08-01) + +Full Changelog: [v0.23.1...v1.0.0](https://github.com/Finch-API/finch-api-python/compare/v0.23.1...v1.0.0) + +### Chores + +* 1.0.0 stable release ([#456](https://github.com/Finch-API/finch-api-python/issues/456)) ([b27d182](https://github.com/Finch-API/finch-api-python/commit/b27d1821848bdd94dcff21f8eef276ac7425194c)) +* stainless release ([#458](https://github.com/Finch-API/finch-api-python/issues/458)) ([3185c1f](https://github.com/Finch-API/finch-api-python/commit/3185c1fc30afd1c83aaa2931460eebbf72a4ee1f)) + ## 0.23.1 (2024-07-29) Full Changelog: [v0.23.0...v0.23.1](https://github.com/Finch-API/finch-api-python/compare/v0.23.0...v0.23.1) diff --git a/pyproject.toml b/pyproject.toml index b26975cd..1066adcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "0.23.1" +version = "1.0.0" 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 124b85d6..53d00296 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.23.1" # x-release-please-version +__version__ = "1.0.0" # x-release-please-version