Skip to content

Commit a8ea258

Browse files
committed
release: 0.7.2
1 parent aad45fe commit a8ea258

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.1"
2+
".": "0.7.2"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.7.2 (2023-11-21)
4+
5+
Full Changelog: [v0.7.1...v0.7.2](https://github.com/Finch-API/finch-api-python/compare/v0.7.1...v0.7.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** attempt to parse unknown json content types ([#191](https://github.com/Finch-API/finch-api-python/issues/191)) ([aad45fe](https://github.com/Finch-API/finch-api-python/commit/aad45fee8d71d2b6499e71f7e37be08f8cb5a71a))
10+
11+
12+
### Chores
13+
14+
* **internal:** update type hint for helper function ([#189](https://github.com/Finch-API/finch-api-python/issues/189)) ([0fb6bff](https://github.com/Finch-API/finch-api-python/commit/0fb6bff18863f51e8abe8c89e70eee72c49f44bf))
15+
316
## 0.7.1 (2023-11-16)
417

518
Full Changelog: [v0.7.0...v0.7.1](https://github.com/Finch-API/finch-api-python/compare/v0.7.0...v0.7.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "finch-api"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "The official Python library for the Finch API"
55
readme = "README.md"
66
license = "Apache-2.0"

src/finch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless.
22

33
__title__ = "finch"
4-
__version__ = "0.7.1" # x-release-please-version
4+
__version__ = "0.7.2" # x-release-please-version

0 commit comments

Comments
 (0)