Skip to content

Commit

Permalink
Update to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Jan 28, 2018
1 parent c7feabf commit e1be0e1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PYPIREADME.rst
@@ -1,5 +1,5 @@
================================
Welcome to python-binance v0.6.2
Welcome to python-binance v0.6.3
================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
Expand Down
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
================================
Welcome to python-binance v0.6.2
Welcome to python-binance v0.6.3
================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,19 @@
Changelog
=========

v0.6.3 - 2018-01-29
^^^^^^^^^^^^^^^^^^^

**Added**

- mini ticker socket function `start_miniticker_socket`
- aggregate trade iterator `aggregate_trade_iter`

**Fixes**

- clean up `interval_to_milliseconds` logic
- general doc and file cleanups

v0.6.2 - 2018-01-12
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

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

0 comments on commit e1be0e1

Please sign in to comment.