Skip to content

Commit 8f3ba99

Browse files
author
Sam McHardy
committed
Update to v0.5.4
1 parent 986f6f1 commit 8f3ba99

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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.5.3
2+
Welcome to python-binance v0.5.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.5.3
2+
Welcome to python-binance v0.5.4
33
================================
44

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

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
v0.5.4 - 2017-12-14
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- symbol property made public on DepthCache class
10+
11+
**Changed**
12+
13+
- Enums now also accessible from binance.client.Client and binance.websockets.BinanceSocketManager
14+
415
v0.5.3 - 2017-12-09
516
^^^^^^^^^^^^^^^^^^^
617

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.5.3',
6+
version='0.5.4',
77
packages=['binance'],
88
description='Binance REST API python implementation',
99
url='https://github.com/sammchardy/python-binance',

0 commit comments

Comments
 (0)