Skip to content

Commit a938ff7

Browse files
committed
chore: bump version to v0.14.0 (#79)
1 parent c83dc24 commit a938ff7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CDP Python SDK Changelog
22

3-
## Unreleased
3+
## [0.14.0] - 2025-01-14
44

55
### Added
66

cdp/__version__.py

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

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

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

pyproject.toml

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

0 commit comments

Comments
 (0)