Skip to content

Commit 5226419

Browse files
author
Sam McHardy
committed
Update version to v0.5.2
1 parent d5bb249 commit 5226419

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

PYPIREADME.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================
2-
Welcome to python-binance v0.5.1
2+
Welcome to python-binance v0.5.2
33
================================
44

55
.. image:: https://img.shields.io/pypi/v/python-binance.svg
@@ -38,11 +38,10 @@ Features
3838
- Simple handling of authentication
3939
- No need to generate timestamps yourself, the wrapper does it for you
4040
- Response exception handling
41-
- Websocket handling
41+
- Websocket handling with reconnection and multiplexed connections
4242
- Symbol Depth Cache
4343
- Withdraw functionality
4444
- Deposit addresses
45-
- Order parameter validation based on Trade Rules
4645

4746
Quick Start
4847
-----------

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================
2-
Welcome to python-binance v0.5.1
2+
Welcome to python-binance v0.5.2
33
================================
44

55
.. image:: https://img.shields.io/pypi/v/python-binance.svg
@@ -38,7 +38,7 @@ Features
3838
- Simple handling of authentication
3939
- No need to generate timestamps yourself, the wrapper does it for you
4040
- Response exception handling
41-
- Websocket handling with reconnection
41+
- Websocket handling with reconnection and multiplexed connections
4242
- Symbol Depth Cache
4343
- Withdraw functionality
4444
- Deposit addresses

docs/changelog.rst

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

4+
v0.5.2 - 2017-12-08
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- start_multiplex_socket function to BinanceSocketManager to create multiplexed streams
10+
411
v0.5.1 - 2017-12-06
512
^^^^^^^^^^^^^^^^^^^
613

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

0 commit comments

Comments
 (0)