diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0ab664..2a8f4ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 01de435..910669e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 11 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/deeprails-inc%2Fdeeprails-96512c1b797f0943ff15a6f7af701c2c68c90f2db3a99bcad64a092924c39167.yml openapi_spec_hash: 19d817d155ec2593b8af64e69a63375b -config_hash: 378b32bd00c62c80fac853ee818a8f25 +config_hash: c80499ea9cddf86e880cb3487e542798 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8ee36..12219ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.3.0 (2025-10-07) + +Full Changelog: [v1.2.0...v1.3.0](https://github.com/deeprails/deeprails-sdk-python/compare/v1.2.0...v1.3.0) + +### Features + +* **api:** manual updates ([145946a](https://github.com/deeprails/deeprails-sdk-python/commit/145946a049fb29bff01df6763248330f4d0030ad)) + ## 1.2.0 (2025-10-07) Full Changelog: [v1.1.0...v1.2.0](https://github.com/deeprails/deeprails-sdk-python/compare/v1.1.0...v1.2.0) diff --git a/README.md b/README.md index d50560f..398ba67 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and offers both synchronous and asynchronous clients powered by [httpx](https:// ## Documentation -The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found on [docs.deeprails.com](https://docs.deeprails.com). The full API of this library can be found in [api.md](api.md). ## Installation diff --git a/pyproject.toml b/pyproject.toml index 4a24a49..7fb0b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deeprails" -version = "1.2.0" +version = "1.3.0" description = "The official Python library for the deeprails API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/deeprails/_version.py b/src/deeprails/_version.py index d8cf19c..cd855b6 100644 --- a/src/deeprails/_version.py +++ b/src/deeprails/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "deeprails" -__version__ = "1.2.0" # x-release-please-version +__version__ = "1.3.0" # x-release-please-version