Skip to content

Commit

Permalink
Prep v0.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Jan 17, 2025
1 parent 2be5c2c commit 6d80c00
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.1"
__version__ = "0.15.0"
16 changes: 16 additions & 0 deletions docs/cdp.client.models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,22 @@ cdp.client.models.build\_staking\_operation\_request module
:undoc-members:
:show-inheritance:

cdp.client.models.compile\_smart\_contract\_request module
----------------------------------------------------------

.. automodule:: cdp.client.models.compile_smart_contract_request
:members:
:undoc-members:
:show-inheritance:

cdp.client.models.compiled\_smart\_contract module
--------------------------------------------------

.. automodule:: cdp.client.models.compiled_smart_contract
:members:
:undoc-members:
:show-inheritance:

cdp.client.models.contract\_event module
----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

project = 'CDP SDK'
author = 'Coinbase Developer Platform'
release = '0.14.1'
release = '0.15.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdp-sdk"
version = "0.14.1"
version = "0.15.0"
description = "CDP Python SDK"
authors = ["John Peterson <[email protected]>"]
license = "LICENSE.md"
Expand Down

0 comments on commit 6d80c00

Please sign in to comment.