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 9029ce6..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" @@ -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", 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