Skip to content

Commit ad68f8c

Browse files
release: 0.1.0-alpha.17 (#23)
* release: 0.1.0-alpha.17 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent b6d5252 commit ad68f8c

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.16"
2+
".": "0.1.0-alpha.17"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.1.0-alpha.17 (2025-07-19)
4+
5+
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)
6+
7+
### Chores
8+
9+
* **internal:** version bump ([bc0b77b](https://github.com/digitalocean/gradientai-python/commit/bc0b77b663dc5837a2e341b70b1cda31224a6d9d))
10+
* **internal:** version bump ([503666f](https://github.com/digitalocean/gradientai-python/commit/503666fa61c23e584a22273371850f520100984a))
11+
* **internal:** version bump ([394991e](https://github.com/digitalocean/gradientai-python/commit/394991e1f436ac2fa3581a3e1bab02e8a95f94b9))
12+
* **internal:** version bump ([7ae18a1](https://github.com/digitalocean/gradientai-python/commit/7ae18a15cc889c8b0ffe5879824745e964cdd637))
13+
314
## 0.1.0-alpha.16 (2025-07-18)
415

516
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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python"
3-
version = "0.1.0-alpha.16"
3+
version = "0.1.0-alpha.17"
44
description = "The official Python library for GradientAI"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/do_gradientai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "do_gradientai"
4-
__version__ = "0.1.0-alpha.16" # x-release-please-version
4+
__version__ = "0.1.0-alpha.17" # x-release-please-version

0 commit comments

Comments
 (0)