diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 65f558e..cf72398 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe90a9..ed46a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.1 (2025-11-22) + +Full Changelog: [v2.0.0...v2.0.1](https://github.com/postgrid/postgrid-python/compare/v2.0.0...v2.0.1) + +### Chores + +* add Python 3.14 classifier and testing ([7e2917a](https://github.com/postgrid/postgrid-python/commit/7e2917a5dec82c83534abca2719438830bed406e)) + ## 2.0.0 (2025-11-13) Full Changelog: [v0.0.1-alpha.0...v2.0.0](https://github.com/postgrid/postgrid-python/compare/v0.0.1-alpha.0...v2.0.0) diff --git a/pyproject.toml b/pyproject.toml index 1777195..da93996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "postgrid-python" -version = "2.0.0" +version = "2.0.1" description = "The official Python library for the PostGrid 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/postgrid/_version.py b/src/postgrid/_version.py index c6a7b5f..6c040f4 100644 --- a/src/postgrid/_version.py +++ b/src/postgrid/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "postgrid" -__version__ = "2.0.0" # x-release-please-version +__version__ = "2.0.1" # x-release-please-version