From 156eee9813275cee596087b34213104443df7327 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:59:54 +0000 Subject: [PATCH 1/2] chore: add Python 3.14 classifier and testing --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9029ce6..3c1c5da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,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", From 87b2f739d310014d08a1b255f69432cb814457fb Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:20:06 +0000 Subject: [PATCH 2/2] release: 1.41.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/spitch/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5a1b26c..b34aa0b 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 09731a2..29b1836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.41.2 (2025-11-25) + +Full Changelog: [v1.41.1...v1.41.2](https://github.com/spi-tch/spitch-python/compare/v1.41.1...v1.41.2) + +### Chores + +* add Python 3.14 classifier and testing ([156eee9](https://github.com/spi-tch/spitch-python/commit/156eee9813275cee596087b34213104443df7327)) + ## 1.41.1 (2025-11-12) Full Changelog: [v1.41.0...v1.41.1](https://github.com/spi-tch/spitch-python/compare/v1.41.0...v1.41.1) diff --git a/pyproject.toml b/pyproject.toml index 3c1c5da..cb8bcd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spitch" -version = "1.41.1" +version = "1.41.2" description = "The official Python library for the spitch API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/spitch/_version.py b/src/spitch/_version.py index e79b2c8..0e8814f 100644 --- a/src/spitch/_version.py +++ b/src/spitch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "spitch" -__version__ = "1.41.1" # x-release-please-version +__version__ = "1.41.2" # x-release-please-version