Skip to content

Commit d95564d

Browse files
author
Sam McHardy
committed
Update to v0.6.4
1 parent f47e85d commit d95564d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

PYPIREADME.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================
2-
Welcome to python-binance v0.6.3
2+
Welcome to python-binance v0.6.4
33
================================
44

55
.. image:: https://img.shields.io/pypi/v/python-binance.svg

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================
2-
Welcome to python-binance v0.6.3
2+
Welcome to python-binance v0.6.4
33
================================
44

55
.. image:: https://img.shields.io/pypi/v/python-binance.svg

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.6.4 - 2018-02-09
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- system status endpoint `get_system_status`
10+
411
v0.6.3 - 2018-01-29
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.6.3',
6+
version='0.6.4',
77
packages=['binance'],
88
description='Binance REST API python implementation',
99
url='https://github.com/sammchardy/python-binance',

0 commit comments

Comments
 (0)