Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd99e28

Browse files
author
Sam McHardy
committed
Update to v0.7.1
1 parent c41aa0c commit fd99e28

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================
2-
Welcome to python-binance v0.7.0
2+
Welcome to python-binance v0.7.1
33
================================
44

55
.. image:: https://img.shields.io/pypi/v/python-binance.svg

docs/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Changelog
22
=========
33

4+
v0.7.1 - 2019-01-23
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- limit param to DepthCacheManager
10+
- limit param to get_historical_klines
11+
- update_time to DepthCache class
12+
13+
**Updated**
14+
15+
- test coverage
16+
17+
**Fixed**
18+
19+
- super init in Websocket class
20+
- removal of request params from signature
21+
- empty set issue in aggregate_trade_iter
22+
23+
424
v0.7.0 - 2018-08-08
525
^^^^^^^^^^^^^^^^^^^
626

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='python-binance',
6-
version='0.7.0',
6+
version='0.7.1',
77
packages=['binance'],
88
description='Binance REST API python implementation',
99
url='https://github.com/sammchardy/python-binance',

0 commit comments

Comments
 (0)