diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d6ed7aed..1e9a53acd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.259.0" + ".": "0.260.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d1300fa06..daa2e5ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.260.0 (2025-07-04) + +Full Changelog: [v0.259.0...v0.260.0](https://github.com/Increase/increase-python/compare/v0.259.0...v0.260.0) + +### Features + +* **api:** api update ([cec5326](https://github.com/Increase/increase-python/commit/cec532624dc461bf231734431e7b5794a9bf4ed8)) + ## 0.259.0 (2025-07-04) Full Changelog: [v0.258.0...v0.259.0](https://github.com/Increase/increase-python/compare/v0.258.0...v0.259.0) diff --git a/pyproject.toml b/pyproject.toml index fdf679dd0..635beeca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.259.0" +version = "0.260.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/requirements-dev.lock b/requirements-dev.lock index 74b536387..5022a9b12 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -56,7 +56,7 @@ httpx==0.28.1 # via httpx-aiohttp # via increase # via respx -httpx-aiohttp==0.1.6 +httpx-aiohttp==0.1.8 # via increase idna==3.4 # via anyio diff --git a/requirements.lock b/requirements.lock index c5358924c..1a5a58073 100644 --- a/requirements.lock +++ b/requirements.lock @@ -43,7 +43,7 @@ httpcore==1.0.2 httpx==0.28.1 # via httpx-aiohttp # via increase -httpx-aiohttp==0.1.6 +httpx-aiohttp==0.1.8 # via increase idna==3.4 # via anyio diff --git a/src/increase/_version.py b/src/increase/_version.py index ac81cf79a..e94d4215f 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "increase" -__version__ = "0.259.0" # x-release-please-version +__version__ = "0.260.0" # x-release-please-version