File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## [ 0.14.1] - 2025-01-17
6
+
5
7
### Fixed
6
8
7
9
- Allow wallet mnemonic seed import to optionally accept ` network_id ` input argument.
Original file line number Diff line number Diff line change 1
- __version__ = "0.14.0 "
1
+ __version__ = "0.14.1 "
Original file line number Diff line number Diff line change 14
14
15
15
project = 'CDP SDK'
16
16
author = 'Coinbase Developer Platform'
17
- release = '0.14.0 '
17
+ release = '0.14.1 '
18
18
19
19
# -- General configuration ---------------------------------------------------
20
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cdp-sdk"
3
- version = " 0.14.0 "
3
+ version = " 0.14.1 "
4
4
description = " CDP Python SDK"
5
5
authors = [
" John Peterson <[email protected] >" ]
6
6
license = " LICENSE.md"
You can’t perform that action at this time.
0 commit comments