Skip to content

Commit

Permalink
Release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
acontry authored Apr 16, 2022
1 parent 64efad9 commit c8e5051
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ dev

- [change here]

0.3.1 (2022-04-15)
++++++++++++++++++

**Bugfixes**

- Fix ratelimiting in `get_coinbase_accounts` method.

0.3.0 (2021-03-13)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="coinbasepro",
version="0.3.0",
version="0.3.1",
description="A Python interface for the Coinbase Pro API.",
long_description=readme + "\n\n" + history,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit c8e5051

Please sign in to comment.