Skip to content

Commit 852b256

Browse files
author
Sam McHardy
committed
Update to v0.6.9
1 parent 4d15dd1 commit 852b256

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

PYPIREADME.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.6.8
2+
Welcome to python-binance v0.6.9
33
================================
44

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

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.6.8
2+
Welcome to python-binance v0.6.9
33
================================
44

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

docs/changelog.rst

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

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+
416
v0.6.8 - 2018-03-29
517
^^^^^^^^^^^^^^^^^^^
618

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.6.8',
6+
version='0.6.9',
77
packages=['binance'],
88
description='Binance REST API python implementation',
99
url='https://github.com/sammchardy/python-binance',

0 commit comments

Comments
 (0)