Skip to content

Commit

Permalink
Release v1.6.1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeihuang-cb authored Sep 5, 2024
1 parent 4548940 commit 06693f3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.6.1] - 2024-SEP-05

### Added
- Add WSUserClient to SDK documents

## [1.6.0] - 2024-SEP-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion coinbase/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1"
4 changes: 4 additions & 0 deletions docs/coinbase.websocket.user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Channels
.. autofunction:: coinbase.websocket.WSUserClient.user_async
.. autofunction:: coinbase.websocket.WSUserClient.user_unsubscribe
.. autofunction:: coinbase.websocket.WSUserClient.user_unsubscribe_async
.. autofunction:: coinbase.websocket.WSUserClient.futures_balance_summary
.. autofunction:: coinbase.websocket.WSUserClient.futures_balance_summary_async
.. autofunction:: coinbase.websocket.WSUserClient.futures_balance_summary_unsubscribe
.. autofunction:: coinbase.websocket.WSUserClient.futures_balance_summary_unsubscribe_async

Exceptions
---------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ https://docs.cdp.coinbase.com/advanced-trade/docs/sdk-overview

coinbase.rest
coinbase.websocket
coinbase.websocket.user
jwt_generator

0 comments on commit 06693f3

Please sign in to comment.