Skip to content

Commit 0a56c01

Browse files
release: 0.1.0-alpha.5
1 parent 68e369c commit 0a56c01

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.4"
2+
".": "0.1.0-alpha.5"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.5 (2025-06-25)
4+
5+
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([68e369c](https://github.com/digitalocean/gradientai-python/commit/68e369c9d7a362d201d5700ca1af49415b81e4f2))
10+
* **api:** update via SDK Studio ([087cc56](https://github.com/digitalocean/gradientai-python/commit/087cc568492483ff7fb6dc5399bb044c522d22a5))
11+
12+
13+
### Chores
14+
15+
* **internal:** codegen related update ([531f75a](https://github.com/digitalocean/gradientai-python/commit/531f75a4797ed0c9b195abe5ee4deeca3f9d40cd))
16+
317
## 0.1.0-alpha.4 (2025-06-25)
418

519
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)

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.4"
3+
version = "0.1.0-alpha.5"
44
description = "The official Python library for the GradientAI API"
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.4" # x-release-please-version
4+
__version__ = "0.1.0-alpha.5" # x-release-please-version

0 commit comments

Comments
 (0)