Skip to content

Commit d4b3e73

Browse files
author
Sam McHardy
committed
Update version to v0.4.1
1 parent 92d823a commit d4b3e73

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.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.4.0
2+
Welcome to python-binance v0.4.1
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
4242
- Symbol Depth Cache
4343
- Withdraw functionality
4444
- Deposit addresses
45-
- Order parameter validation based on Trade Rules
4645

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

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.4.1 - 2017-11-24
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- Reconnecting websockets, automatic retry on disconnect
10+
411
v0.4.0 - 2017-11-19
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.4.0',
6+
version='0.4.1',
77
packages=['binance'],
88
description='Binance REST API python implementation',
99
url='https://github.com/sammchardy/python-binance',

0 commit comments

Comments
 (0)