Skip to content

Commit 132e4a8

Browse files
release: 0.21.4
1 parent d4f4eb0 commit 132e4a8

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.21.3"
2+
".": "0.21.4"
33
}

CHANGELOG.md

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

3+
## 0.21.4 (2024-06-26)
4+
5+
Full Changelog: [v0.21.3...v0.21.4](https://github.com/Finch-API/finch-api-python/compare/v0.21.3...v0.21.4)
6+
7+
### Bug Fixes
8+
9+
* **docs:** fix link to advanced python httpx docs ([#406](https://github.com/Finch-API/finch-api-python/issues/406)) ([a14561d](https://github.com/Finch-API/finch-api-python/commit/a14561d3f9dff785f34f4bc7dedca1b8164fe59a))
10+
* temporarily patch upstream version to fix broken release flow ([#408](https://github.com/Finch-API/finch-api-python/issues/408)) ([ab45400](https://github.com/Finch-API/finch-api-python/commit/ab45400b27020f5caf99e080def96c0e4daca85f))
11+
312
## 0.21.3 (2024-06-19)
413

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

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.21.3"
3+
version = "0.21.4"
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.21.3" # x-release-please-version
4+
__version__ = "0.21.4" # x-release-please-version

0 commit comments

Comments
 (0)