diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e56fe29..e2f2c074 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.16" + ".": "0.1.0-alpha.17" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c223efce..713915e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.1.0-alpha.17 (2025-07-19) + +Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.16...v0.1.0-alpha.17) + +### Chores + +* **internal:** version bump ([bc0b77b](https://github.com/digitalocean/gradientai-python/commit/bc0b77b663dc5837a2e341b70b1cda31224a6d9d)) +* **internal:** version bump ([503666f](https://github.com/digitalocean/gradientai-python/commit/503666fa61c23e584a22273371850f520100984a)) +* **internal:** version bump ([394991e](https://github.com/digitalocean/gradientai-python/commit/394991e1f436ac2fa3581a3e1bab02e8a95f94b9)) +* **internal:** version bump ([7ae18a1](https://github.com/digitalocean/gradientai-python/commit/7ae18a15cc889c8b0ffe5879824745e964cdd637)) + ## 0.1.0-alpha.16 (2025-07-18) Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.15...v0.1.0-alpha.16) diff --git a/pyproject.toml b/pyproject.toml index 82658c6e..9d5fa2c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python" -version = "0.1.0-alpha.16" +version = "0.1.0-alpha.17" description = "The official Python library for GradientAI" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/do_gradientai/_version.py b/src/do_gradientai/_version.py index 314b16ff..b56314e9 100644 --- a/src/do_gradientai/_version.py +++ b/src/do_gradientai/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "do_gradientai" -__version__ = "0.1.0-alpha.16" # x-release-please-version +__version__ = "0.1.0-alpha.17" # x-release-please-version