Skip to content

Commit

Permalink
Update to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Aug 12, 2019
1 parent 01939fa commit d09d4bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
================================
Welcome to python-binance v0.7.2
Welcome to python-binance v0.7.3
================================

Note
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,19 @@
Changelog
=========

v0.7.3 - 2019-08-12
^^^^^^^^^^^^^^^^^^^

**Added**

- sub account endpoints
- dust transfer endpoint
- asset divident history endpoint

**Removed**

- deprecated withdraw fee endpoint

v0.7.2 - 2019-08-01
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='python-binance',
version='0.7.2',
version='0.7.3',
packages=['binance'],
description='Binance REST API python implementation',
url='https://github.com/sammchardy/python-binance',
Expand Down

0 comments on commit d09d4bb

Please sign in to comment.