Skip to content

Commit 76354c6

Browse files
release: 3.0.0-beta.5
1 parent 0ffae08 commit 76354c6

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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-
".": "3.0.0-beta.4"
2+
".": "3.0.0-beta.5"
33
}

CHANGELOG.md

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

3+
## 3.0.0-beta.5 (2025-08-22)
4+
5+
Full Changelog: [v3.0.0-beta.4...v3.0.0-beta.5](https://github.com/digitalocean/gradient-python/compare/v3.0.0-beta.4...v3.0.0-beta.5)
6+
7+
### Features
8+
9+
* **api:** manual updates ([0ffae08](https://github.com/digitalocean/gradient-python/commit/0ffae084798866ba1d8aa570745146550fd31952))
10+
11+
12+
### Chores
13+
14+
* update github action ([bb8e9df](https://github.com/digitalocean/gradient-python/commit/bb8e9df2a322329ec9e13fd3562bb34b1761e80f))
15+
316
## 3.0.0-beta.4 (2025-08-12)
417

518
Full Changelog: [v3.0.0-beta.3...v3.0.0-beta.4](https://github.com/digitalocean/gradient-python/compare/v3.0.0-beta.3...v3.0.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 = "3.0.0-beta.4"
3+
version = "3.0.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__ = "3.0.0-beta.4" # x-release-please-version
4+
__version__ = "3.0.0-beta.5" # x-release-please-version

0 commit comments

Comments
 (0)