Skip to content

Commit d0d4cb1

Browse files
release: 0.1.0-alpha.18
1 parent ecb4bae commit d0d4cb1

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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 ([688982c](https://github.com/digitalocean/gradientai-python/commit/688982c143e0ebca62f6ac39c1e074a2fd4083fc))
10+
11+
12+
### Chores
13+
14+
* **internal:** version bump ([ecb4bae](https://github.com/digitalocean/gradientai-python/commit/ecb4baedce933efc4ae99e0ef47100a02a68c9cd))
15+
* **internal:** version bump ([feb32ce](https://github.com/digitalocean/gradientai-python/commit/feb32ce78b107e9414be87e8c34d8c3274105cb4))
16+
* update pypi package name ([656dfe0](https://github.com/digitalocean/gradientai-python/commit/656dfe01d8e301dd1f93b3fa447434e6a5b41270))
17+
318
## 0.1.0-alpha.17 (2025-07-19)
419

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