diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5a1b26c3..b34aa0b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.41.1" + ".": "1.41.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68dd271f..b16a3763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.41.2 (2025-11-21) + +Full Changelog: [v1.41.1...v1.41.2](https://github.com/Finch-API/finch-api-python/compare/v1.41.1...v1.41.2) + +### Chores + +* add Python 3.14 classifier and testing ([6fd7abd](https://github.com/Finch-API/finch-api-python/commit/6fd7abdab86b3c8572605a278c793189b11cb5fd)) + ## 1.41.1 (2025-11-11) Full Changelog: [v1.41.0...v1.41.1](https://github.com/Finch-API/finch-api-python/compare/v1.41.0...v1.41.1) diff --git a/pyproject.toml b/pyproject.toml index 3056c431..812de227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "1.41.1" +version = "1.41.2" description = "The official Python library for the Finch API" dynamic = ["readme"] license = "Apache-2.0" @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: MacOS", diff --git a/src/finch/_version.py b/src/finch/_version.py index 948d9169..71049362 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__ = "1.41.1" # x-release-please-version +__version__ = "1.41.2" # x-release-please-version