Skip to content

Commit 23ccd6d

Browse files
release: 0.1.0-alpha.15
1 parent d36d337 commit 23ccd6d

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.14"
2+
".": "0.1.0-alpha.15"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.15 (2025-07-17)
4+
5+
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
6+
7+
### Chores
8+
9+
* **internal:** version bump ([d36d337](https://github.com/digitalocean/gradientai-python/commit/d36d33729752625337d601432af39e7ac91850cd))
10+
* **internal:** version bump ([5e82831](https://github.com/digitalocean/gradientai-python/commit/5e82831a8598e25c4818d4ac778ca63f5322cbbd))
11+
* **internal:** version bump ([5674410](https://github.com/digitalocean/gradientai-python/commit/5674410dd743a6df84996ef4fbbe853376213168))
12+
* **internal:** version bump ([60c82ee](https://github.com/digitalocean/gradientai-python/commit/60c82eefa3093f07a1d58eaee58403c5929028e0))
13+
* **internal:** version bump ([3567c7e](https://github.com/digitalocean/gradientai-python/commit/3567c7e0685f21b62918f40d10ffd84f8e81ba25))
14+
* **internal:** version bump ([ee8bb00](https://github.com/digitalocean/gradientai-python/commit/ee8bb00724bc10ccf4ffe6c631e99ceeab219762))
15+
* **internal:** version bump ([e353e05](https://github.com/digitalocean/gradientai-python/commit/e353e05f1db2433f4efef73a9944e6311ad27d51))
16+
* **internal:** version bump ([206d5d2](https://github.com/digitalocean/gradientai-python/commit/206d5d26828b2316b3dc2e0637d740a8dab128b6))
17+
* **internal:** version bump ([2df8957](https://github.com/digitalocean/gradientai-python/commit/2df89573484ca70faa707e81d6d5acb0adb3479b))
18+
* **internal:** version bump ([6713c93](https://github.com/digitalocean/gradientai-python/commit/6713c9346607594938e7f96d4395c22aba93979a))
19+
* **internal:** version bump ([1cffeba](https://github.com/digitalocean/gradientai-python/commit/1cffeba3eec564bc06ed933849b81ce379e1dd49))
20+
* **internal:** version bump ([aca9e3c](https://github.com/digitalocean/gradientai-python/commit/aca9e3c4c35b7f84e86fdf1d6382a32ae2553e70))
21+
322
## 0.1.0-alpha.14 (2025-07-17)
423

524
Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)

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.14"
3+
version = "0.1.0-alpha.15"
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.14" # x-release-please-version
4+
__version__ = "0.1.0-alpha.15" # x-release-please-version

0 commit comments

Comments
 (0)