Skip to content

Commit

Permalink
Update version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Nov 24, 2017
1 parent 92d823a commit d4b3e73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================
Welcome to python-binance v0.4.0
Welcome to python-binance v0.4.1
================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
Expand Down Expand Up @@ -38,11 +38,10 @@ Features
- Simple handling of authentication
- No need to generate timestamps yourself, the wrapper does it for you
- Response exception handling
- Websocket handling
- Websocket handling with reconnection
- Symbol Depth Cache
- Withdraw functionality
- Deposit addresses
- Order parameter validation based on Trade Rules

Quick Start
-----------
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v0.4.1 - 2017-11-24
^^^^^^^^^^^^^^^^^^^

**Added**

- Reconnecting websockets, automatic retry on disconnect

v0.4.0 - 2017-11-19
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='python-binance',
version='0.4.0',
version='0.4.1',
packages=['binance'],
description='Binance REST API python implementation',
url='https://github.com/sammchardy/python-binance',
Expand Down

0 comments on commit d4b3e73

Please sign in to comment.