Skip to content

Commit

Permalink
Update to v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Mar 29, 2018
1 parent a6d9b40 commit 49b2cca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PYPIREADME.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================
Welcome to python-binance v0.6.7
Welcome to python-binance v0.6.8
================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================
Welcome to python-binance v0.6.7
Welcome to python-binance v0.6.8
================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

v0.6.8 - 2018-03-29
^^^^^^^^^^^^^^^^^^^

**Added**

- `get_withdraw_fee` function

**Fixed**

- Remove unused LISTENKEY_NOT_EXISTS
- Optimise the historical klines function to reduce requests
- Issue with end_time in aggregate trade iterator

v0.6.7 - 2018-03-14
^^^^^^^^^^^^^^^^^^^

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

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

0 comments on commit 49b2cca

Please sign in to comment.