diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d35c6d..1f1c6b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.14.1] - 2025-01-17 + ### Fixed - Allow wallet mnemonic seed import to optionally accept `network_id` input argument. diff --git a/cdp/__version__.py b/cdp/__version__.py index 9e78220..f075dd3 100644 --- a/cdp/__version__.py +++ b/cdp/__version__.py @@ -1 +1 @@ -__version__ = "0.14.0" +__version__ = "0.14.1" diff --git a/docs/conf.py b/docs/conf.py index 9449a61..35d4993 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'CDP SDK' author = 'Coinbase Developer Platform' -release = '0.14.0' +release = '0.14.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 612d566..9c22904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cdp-sdk" -version = "0.14.0" +version = "0.14.1" description = "CDP Python SDK" authors = ["John Peterson "] license = "LICENSE.md"