Skip to content

Commit

Permalink
Update to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Jan 23, 2019
1 parent c41aa0c commit fd99e28
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
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.7.0
Welcome to python-binance v0.7.1
================================

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

v0.7.1 - 2019-01-23
^^^^^^^^^^^^^^^^^^^

**Added**

- limit param to DepthCacheManager
- limit param to get_historical_klines
- update_time to DepthCache class

**Updated**

- test coverage

**Fixed**

- super init in Websocket class
- removal of request params from signature
- empty set issue in aggregate_trade_iter


v0.7.0 - 2018-08-08
^^^^^^^^^^^^^^^^^^^

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.7.0',
version='0.7.1',
packages=['binance'],
description='Binance REST API python implementation',
url='https://github.com/sammchardy/python-binance',
Expand Down

0 comments on commit fd99e28

Please sign in to comment.