Skip to content

Commit 2f97e74

Browse files
release: 0.1.0-alpha.5
1 parent fac9a73 commit 2f97e74

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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 ([fac9a73](https://github.com/digitalocean/gradientai-python/commit/fac9a7308f69c3578b8f85972611fe47bbd91ef0))
10+
* **api:** update via SDK Studio ([162017f](https://github.com/digitalocean/gradientai-python/commit/162017fc30127dfb3b9104ec6bb3f837b764f1eb))
11+
* **api:** update via SDK Studio ([cf7b312](https://github.com/digitalocean/gradientai-python/commit/cf7b31258a7632a3d838c94f771d294d04085e7b))
12+
* **api:** update via SDK Studio ([68143f5](https://github.com/digitalocean/gradientai-python/commit/68143f59aed61e349f1b448f6227acae069f7a02))
13+
* **api:** update via SDK Studio ([dee6e41](https://github.com/digitalocean/gradientai-python/commit/dee6e411155c59855f7f755b3a3ed6ba53a0dff8))
14+
* **api:** update via SDK Studio ([89348d4](https://github.com/digitalocean/gradientai-python/commit/89348d4051f2ca2206084d38d7283bd8ce434fb4))
15+
16+
17+
### Chores
18+
19+
* **internal:** codegen related update ([9b5a451](https://github.com/digitalocean/gradientai-python/commit/9b5a4515b4bd0f9d79c6930b862dcc50adeeb6a7))
20+
321
## 0.1.0-alpha.4 (2025-06-25)
422

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