Skip to content

Commit

Permalink
Update to v0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Jan 1, 2018
1 parent d618a33 commit 31ae980
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
6 changes: 4 additions & 2 deletions PYPIREADME.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================================
Welcome to python-binance v0.5.12
Welcome to python-binance v0.5.13
=================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
Expand Down Expand Up @@ -33,10 +33,12 @@ Documentation
Binance API Telegram
https://t.me/binance_api_english

Make sure you update often and check the `Changelog <https://python-binance.readthedocs.io/en/latest/changelog.html>`_ for new features and bug fixes.

Features
--------

- Implementation of General, Market Data and Account endpoints.
- Implementation of all General, Market Data and Account endpoints.
- Simple handling of authentication
- No need to generate timestamps yourself, the wrapper does it for you
- Response exception handling
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================================
Welcome to python-binance v0.5.12
Welcome to python-binance v0.5.13
=================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
Expand Down Expand Up @@ -33,10 +33,12 @@ Documentation
Binance API Telegram
https://t.me/binance_api_english

Make sure you update often and check the `Changelog <https://python-binance.readthedocs.io/en/latest/changelog.html>`_ for new features and bug fixes.

Features
--------

- Implementation of General, Market Data and Account endpoints.
- Implementation of all General, Market Data and Account endpoints.
- Simple handling of authentication
- No need to generate timestamps yourself, the wrapper does it for you
- Response exception handling
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.5.13 - 2018-01-01
^^^^^^^^^^^^^^^^^^^^

**Fixed**

- Signature invalid error

v0.5.12 - 2017-12-29
^^^^^^^^^^^^^^^^^^^^

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.5.12',
version='0.5.13',
packages=['binance'],
description='Binance REST API python implementation',
url='https://github.com/sammchardy/python-binance',
Expand Down

0 comments on commit 31ae980

Please sign in to comment.