Skip to content

Commit bc1f091

Browse files
release: 0.1.0-alpha.5
1 parent 1034c21 commit bc1f091

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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 ([1034c21](https://github.com/digitalocean/gradientai-python/commit/1034c217e5bed7895a4f746e4380849adf281680))
10+
* **api:** update via SDK Studio ([6ef6312](https://github.com/digitalocean/gradientai-python/commit/6ef6312f46b377550a7830b2f4c9a045c37ea8fd))
11+
* **api:** update via SDK Studio ([34187c3](https://github.com/digitalocean/gradientai-python/commit/34187c30ae115e763188d3cc42f4375aaf318e1b))
12+
* **api:** update via SDK Studio ([68e369c](https://github.com/digitalocean/gradientai-python/commit/68e369c9d7a362d201d5700ca1af49415b81e4f2))
13+
* **api:** update via SDK Studio ([087cc56](https://github.com/digitalocean/gradientai-python/commit/087cc568492483ff7fb6dc5399bb044c522d22a5))
14+
15+
16+
### Chores
17+
18+
* **internal:** codegen related update ([531f75a](https://github.com/digitalocean/gradientai-python/commit/531f75a4797ed0c9b195abe5ee4deeca3f9d40cd))
19+
320
## 0.1.0-alpha.4 (2025-06-25)
421

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