Skip to content

Commit 78a64a6

Browse files
author
Sam McHardy
committed
Update to v0.7.0
1 parent 8536461 commit 78a64a6

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-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.9
2+
Welcome to python-binance v0.7.0
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.9
2+
Welcome to python-binance v0.7.0
33
================================
44

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

docs/changelog.rst

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

4+
v0.7.0 - 2018-08-08
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- get_asset_details endpoint
10+
- get_dust_log endpoint
11+
- get_trade_fee endpoint
12+
- ability for multiple DepthCacheManagers to share a BinanceSocketManager
13+
- get_historial_klines_generator function
14+
- custom socket timeout param for BinanceSocketManager
15+
16+
**Updated**
17+
18+
- general dependency version
19+
- removed support for python3.3
20+
21+
**Fixed**
22+
23+
- add a super init on BinanceClientProtocol
24+
425
v0.6.9 - 2018-04-27
526
^^^^^^^^^^^^^^^^^^^
627

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

0 commit comments

Comments
 (0)