Skip to content

Commit b041833

Browse files
release: 0.1.0-beta.5
1 parent 3099c15 commit b041833

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-beta.4"
2+
".": "0.1.0-beta.5"
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-beta.5 (2025-07-30)
4+
5+
Full Changelog: [v0.1.0-beta.4...v0.1.0-beta.5](https://github.com/digitalocean/gradient-python/compare/v0.1.0-beta.4...v0.1.0-beta.5)
6+
7+
### Features
8+
9+
* **api:** update to package gradient ([3099c15](https://github.com/digitalocean/gradient-python/commit/3099c154ab5fc3fd104349ce9069cdd18485104d))
10+
11+
12+
### Chores
13+
14+
* update SDK settings ([df18f3a](https://github.com/digitalocean/gradient-python/commit/df18f3a44bdc859e78130aa229e7fd0bfc0af906))
15+
* update SDK settings ([33893b0](https://github.com/digitalocean/gradient-python/commit/33893b0a60acc7746e7a60b5066e332547210c38))
16+
317
## 0.1.0-beta.4 (2025-07-29)
418

519
Full Changelog: [v0.1.0-beta.3...v0.1.0-beta.4](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-beta.3...v0.1.0-beta.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 = "gradient"
3-
version = "0.1.0-beta.4"
3+
version = "0.1.0-beta.5"
44
description = "The official Python library for the Gradient API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/gradient/_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__ = "gradient"
4-
__version__ = "0.1.0-beta.4" # x-release-please-version
4+
__version__ = "0.1.0-beta.5" # x-release-please-version

0 commit comments

Comments
 (0)