diff --git a/README.rst b/README.rst index e512bc421..bd27ca8aa 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/changelog.rst b/docs/changelog.rst index 99bc7814d..6faf03510 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index e0539a02f..e08caaa65 100644 --- a/setup.py +++ b/setup.py @@ -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',