diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7478872..52a15f12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.512.0" + ".": "0.513.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index e94784da..ad221266 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 238 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-8444ba4d474e25e8bd4474e53e985998c050b982eac5693a3168116c578bea64.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-6e46d23ba59eb2a6d914e53e75f68231b3c5259bb792e44b9bd57b5ee7af9a7b.yml openapi_spec_hash: 8a7faa0b93068b32ed26567fcf2c7158 -config_hash: 20a19f4f8eba684f97ba7cdc0007f818 +config_hash: ac050010e5453883d5e5fa603554a2e0 diff --git a/CHANGELOG.md b/CHANGELOG.md index fc128f1e..42558b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.513.0 (2026-05-04) + +Full Changelog: [v0.512.0...v0.513.0](https://github.com/Increase/increase-python/compare/v0.512.0...v0.513.0) + +### Features + +* **api:** api update ([dc136b5](https://github.com/Increase/increase-python/commit/dc136b543e6bafedc83d005ac6f1b9d07d68e22e)) + ## 0.512.0 (2026-05-02) Full Changelog: [v0.511.0...v0.512.0](https://github.com/Increase/increase-python/compare/v0.511.0...v0.512.0) diff --git a/README.md b/README.md index 0ac52ffa..5578e713 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ client = Increase() try: client.accounts.create( - name="New Account!", + name="Oops", ) except increase.APIConnectionError as e: print("The server could not be reached") diff --git a/pyproject.toml b/pyproject.toml index 1e98e223..3447f8e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.512.0" +version = "0.513.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/increase/_version.py b/src/increase/_version.py index 6b31d2ad..d58f638f 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.512.0" # x-release-please-version +__version__ = "0.513.0" # x-release-please-version