Skip to content

Commit df98abb

Browse files
authored
chore: release 0.12.1 (#63)
1 parent 115dbcd commit df98abb

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.

cdp/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.0"
1+
__version__ = "0.12.1"

docs/conf.py

+1-1
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.12.0'
17+
release = '0.12.1'
1818

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cdp-sdk"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description = "CDP Python SDK"
55
authors = ["John Peterson <[email protected]>"]
66
license = "LICENSE.md"
@@ -66,4 +66,4 @@ testpaths = [
6666
]
6767

6868
[tool.coverage.run]
69-
omit = ["cdp/client/*"]
69+
omit = ["cdp/client/*"]

0 commit comments

Comments
 (0)