diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4dedeaeb..fe26beef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.5.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 230bc2ba..412bbab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.1 (2026-08-05) + +Full Changelog: [v2.5.0...v2.5.1](https://github.com/Finch-API/finch-api-python/compare/v2.5.0...v2.5.1) + ## 2.5.0 (2026-07-29) Full Changelog: [v2.4.0...v2.5.0](https://github.com/Finch-API/finch-api-python/compare/v2.4.0...v2.5.0) diff --git a/pyproject.toml b/pyproject.toml index 10f21adc..6052686e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "2.5.0" +version = "2.5.1" 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 670dfdf5..44ea4571 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__ = "2.5.0" # x-release-please-version +__version__ = "2.5.1" # x-release-please-version