File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### [ 0.12.1] - 2024-12-10
6+
57### Added
68
79- Wallet address contract invocation input validation for payable contracts.
Original file line number Diff line number Diff line change 1- __version__ = "0.12.0 "
1+ __version__ = "0.12.1 "
Original file line number Diff line number Diff line change 1414
1515project = 'CDP SDK'
1616author = 'Coinbase Developer Platform'
17- release = '0.12.0 '
17+ release = '0.12.1 '
1818
1919# -- General configuration ---------------------------------------------------
2020# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cdp-sdk"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44description = " CDP Python SDK"
55authors = [" John Peterson <john.peterson@coinbase.com>" ]
66license = " LICENSE.md"
@@ -66,4 +66,4 @@ testpaths = [
6666]
6767
6868[tool .coverage .run ]
69- omit = [" cdp/client/*" ]
69+ omit = [" cdp/client/*" ]
You can’t perform that action at this time.
0 commit comments