Skip to content

Commit 4ebb72f

Browse files
authored
chore: release 0.10.4 (#49)
1 parent ed052f1 commit 4ebb72f

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## [0.10.4] - 2024-11-25
6+
7+
### Added
8+
9+
- Wallet address key export
10+
511
## [0.10.3] - 2024-11-07
612

713
### Added

cdp/__version__.py

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

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
project = 'CDP SDK'
1616
author = 'Coinbase Developer Platform'
17-
release = '0.10.3'
17+
release = '0.10.4'
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -30,7 +30,6 @@
3030
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
3131

3232

33-
3433
# -- Options for HTML output -------------------------------------------------
3534
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3635

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 = "0.10.3"
3+
version = "0.10.4"
44
description = "CDP Python SDK"
55
readme = "README.md"
66
authors = [{name = "John Peterson", email = "john.peterson@coinbase.com"}]

0 commit comments

Comments
 (0)