Skip to content

Commit 5ff61fd

Browse files
release: 3.0.0-beta.5
1 parent 941f6cd commit 5ff61fd

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 3.0.0-beta.5 (2025-08-27)
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 ([eec4a17](https://github.com/digitalocean/gradient-python/commit/eec4a1780b4b76e61608afdb263c2b308332c422))
10+
* **api:** manual updates ([0ffae08](https://github.com/digitalocean/gradient-python/commit/0ffae084798866ba1d8aa570745146550fd31952))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid newer type syntax ([941f6cd](https://github.com/digitalocean/gradient-python/commit/941f6cd1a22736bf0163d1b2676b55d16a7eecd5))
16+
17+
18+
### Chores
19+
20+
* **internal:** change ci workflow machines ([057ed81](https://github.com/digitalocean/gradient-python/commit/057ed8180fce671ae67e6082b74a185c70e5bf77))
21+
* update github action ([bb8e9df](https://github.com/digitalocean/gradient-python/commit/bb8e9df2a322329ec9e13fd3562bb34b1761e80f))
22+
323
## 3.0.0-beta.4 (2025-08-12)
424

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