Skip to content

Commit 48d0335

Browse files
author
Sam McHardy
committed
Update to v0.5.12
1 parent 30fe566 commit 48d0335

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

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

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

docs/changelog.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
Changelog
22
=========
33

4+
v0.5.12 - 2017-12-29
5+
^^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- get_asset_balance helper function to fetch an individual asset's balance
10+
11+
**Fixed**
12+
13+
- added timeout to requests call to prevent hanging
14+
- changed variable type to str for price parameter when creating an order
15+
- documentation fixes
16+
417
v0.5.11 - 2017-12-28
5-
^^^^^^^^^^^^^^^^^^^
18+
^^^^^^^^^^^^^^^^^^^^
619

720
**Added**
821

@@ -13,7 +26,7 @@ v0.5.11 - 2017-12-28
1326
- watch depth cache socket before fetching order book to replay any messages
1427

1528
v0.5.10 - 2017-12-28
16-
^^^^^^^^^^^^^^^^^^^
29+
^^^^^^^^^^^^^^^^^^^^
1730

1831
**Updated**
1932

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

0 commit comments

Comments
 (0)