Skip to content

Commit 5232ea5

Browse files
Prep release (#112)
1 parent 62c604b commit 5232ea5

4 files changed

Lines changed: 11 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.19.0"
1+
__version__ = "0.20.0"

docs/cdp.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ cdp.api\_clients module
3636
:undoc-members:
3737
:show-inheritance:
3838

39+
cdp.api\_key\_utils module
40+
--------------------------
41+
42+
.. automodule:: cdp.api_key_utils
43+
:members:
44+
:undoc-members:
45+
:show-inheritance:
46+
3947
cdp.asset module
4048
----------------
4149

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.19.0'
17+
release = '0.20.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.19.0"
3+
version = "0.20.0"
44
description = "CDP Python SDK"
55
authors = ["John Peterson <john.peterson@coinbase.com>"]
66
license = "LICENSE.md"

0 commit comments

Comments
 (0)