Skip to content

Commit 710d9c3

Browse files
authored
chore: bump cdp-sdk to 1.29.0 (#366)
1 parent 26b69f2 commit 710d9c3

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!-- towncrier release notes start -->
44

5+
## [1.29.0] - 2025-08-07
6+
7+
### Features
8+
9+
- Promoted Spend Permissions out of experimental mode. For more info, see: https://docs.cdp.coinbase.com/wallet-api/v2/evm-features/spend-permissions ([#376](https://github.com/coinbase/cdp-sdk/pull/376))
10+
11+
512
## [1.28.0] - 2025-08-05
613

714
### Features

python/cdp/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.28.0"
1+
__version__ = "1.29.0"

python/changelog.d/370.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/changelog.d/376.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "CDP SDK"
1515
copyright = "2025, Coinbase Developer Documentation"
1616
author = "Coinbase Developer Documentation"
17-
release = "1.28.0"
17+
release = "1.29.0"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cdp-sdk"
3-
version = "1.28.0"
3+
version = "1.29.0"
44
description = "CDP SDK"
55
license = {text = "MIT"}
66
readme = "README.md"

python/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)