File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
================================
2
- Welcome to python-binance v0.6.8
2
+ Welcome to python-binance v0.6.9
3
3
================================
4
4
5
5
.. image :: https://img.shields.io/pypi/v/python-binance.svg
Original file line number Diff line number Diff line change 1
1
================================
2
- Welcome to python-binance v0.6.8
2
+ Welcome to python-binance v0.6.9
3
3
================================
4
4
5
5
.. image :: https://img.shields.io/pypi/v/python-binance.svg
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v0.6.9 - 2018-04-27
5
+ ^^^^^^^^^^^^^^^^^^^
6
+
7
+ **Added **
8
+
9
+ - timestamp in milliseconds to `get_historical_klines ` function
10
+ - timestamp in milliseconds to `aggregate_trade_iter ` function
11
+
12
+ **Fixed **
13
+
14
+ - Don't close user stream listen key on socket close
15
+
4
16
v0.6.8 - 2018-03-29
5
17
^^^^^^^^^^^^^^^^^^^
6
18
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'python-binance' ,
6
- version = '0.6.8 ' ,
6
+ version = '0.6.9 ' ,
7
7
packages = ['binance' ],
8
8
description = 'Binance REST API python implementation' ,
9
9
url = 'https://github.com/sammchardy/python-binance' ,
You can’t perform that action at this time.
0 commit comments