Skip to content

Commit 6d80c00

Browse files
Prep v0.15.0 release
1 parent 2be5c2c commit 6d80c00

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

cdp/__version__.py

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

docs/cdp.client.models.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,22 @@ cdp.client.models.build\_staking\_operation\_request module
140140
:undoc-members:
141141
:show-inheritance:
142142

143+
cdp.client.models.compile\_smart\_contract\_request module
144+
----------------------------------------------------------
145+
146+
.. automodule:: cdp.client.models.compile_smart_contract_request
147+
:members:
148+
:undoc-members:
149+
:show-inheritance:
150+
151+
cdp.client.models.compiled\_smart\_contract module
152+
--------------------------------------------------
153+
154+
.. automodule:: cdp.client.models.compiled_smart_contract
155+
:members:
156+
:undoc-members:
157+
:show-inheritance:
158+
143159
cdp.client.models.contract\_event module
144160
----------------------------------------
145161

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.14.1'
17+
release = '0.15.0'
1818

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cdp-sdk"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
description = "CDP Python SDK"
55
authors = ["John Peterson <john.peterson@coinbase.com>"]
66
license = "LICENSE.md"

0 commit comments

Comments
 (0)