Skip to content

Commit b4c35d6

Browse files
release: 1.0.0
1 parent a83b14f commit b4c35d6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.23.1"
2+
".": "1.0.0"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.0 (2024-08-01)
4+
5+
Full Changelog: [v0.23.1...v1.0.0](https://github.com/Finch-API/finch-api-python/compare/v0.23.1...v1.0.0)
6+
7+
### Chores
8+
9+
* 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))
10+
* stainless release ([#458](https://github.com/Finch-API/finch-api-python/issues/458)) ([3185c1f](https://github.com/Finch-API/finch-api-python/commit/3185c1fc30afd1c83aaa2931460eebbf72a4ee1f))
11+
312
## 0.23.1 (2024-07-29)
413

514
Full Changelog: [v0.23.0...v0.23.1](https://github.com/Finch-API/finch-api-python/compare/v0.23.0...v0.23.1)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "finch-api"
3-
version = "0.23.1"
3+
version = "1.0.0"
44
description = "The official Python library for the Finch API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/finch/_version.py

+1-1
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__ = "finch"
4-
__version__ = "0.23.1" # x-release-please-version
4+
__version__ = "1.0.0" # x-release-please-version

0 commit comments

Comments
 (0)