Skip to content

Commit 1612d88

Browse files
release: 0.1.0-alpha.18
1 parent e9556b6 commit 1612d88

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.17"
2+
".": "0.1.0-alpha.18"
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.18 (2025-07-19)
4+
5+
Full Changelog: [v0.1.0-alpha.17...v0.1.0-alpha.18](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.17...v0.1.0-alpha.18)
6+
7+
### Features
8+
9+
* **api:** manual updates ([e9556b6](https://github.com/digitalocean/gradientai-python/commit/e9556b6d91b573862724abe0d75da5f5804a5033))
10+
11+
12+
### Chores
13+
14+
* **internal:** version bump ([16c1f3b](https://github.com/digitalocean/gradientai-python/commit/16c1f3bafd55e2876fa4fdbc38224b9cd706aca3))
15+
* update pypi package name ([042aa67](https://github.com/digitalocean/gradientai-python/commit/042aa675475f2f6eac63d142bf7ec0fefd6907bb))
16+
317
## 0.1.0-alpha.17 (2025-07-19)
418

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "do_gradientai"
3-
version = "0.1.0-alpha.17"
3+
version = "0.1.0-alpha.18"
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.17" # x-release-please-version
4+
__version__ = "0.1.0-alpha.18" # x-release-please-version

0 commit comments

Comments
 (0)