Skip to content
This repository was archived by the owner on Aug 17, 2026. It is now read-only.

Commit 68b561d

Browse files
committed
release: 3.12.2
Bump for PyPI deprecation notice before Aug 15 retirement and archive.
1 parent d48b972 commit 68b561d

3 files changed

Lines changed: 4 additions & 4 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-
".": "3.12.1"
2+
".": "3.12.2"
33
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "gradient"
3-
version = "3.12.1"
4-
description = "The official Python library for the Gradient API"
3+
version = "3.12.2"
4+
description = "DEPRECATED: Retires Aug 15, 2026. Migrate to pydo — https://docs.digitalocean.com/reference/libraries/"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [{ name = "DigitalOcean, LLC", email = "dev@digitalocean.com" }]

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.12.1" # x-release-please-version
4+
__version__ = "3.12.2" # x-release-please-version

0 commit comments

Comments
 (0)