Skip to content

Commit c4fdad5

Browse files
author
Sam McHardy
committed
Update to v0.7.4
1 parent 3a95ee4 commit c4fdad5

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================
2-
Welcome to python-binance v0.7.3
2+
Welcome to python-binance v0.7.4
33
================================
44

55
Note

docs/changelog.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changelog
22
=========
33

4+
v0.7.4 - 2019-09-22
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- symbol book ticker websocket streams
10+
- margin websocket stream
11+
12+
**Updated**
13+
14+
- can call Client without any params
15+
- make response a property of the Client class so you can access response properties after a request
16+
17+
**Fixed**
18+
19+
- issue with None value params causing errors
20+
421
v0.7.3 - 2019-08-12
522
^^^^^^^^^^^^^^^^^^^
623

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='python-binance',
6-
version='0.7.3',
6+
version='0.7.4',
77
packages=['binance'],
88
description='Binance REST API python implementation',
99
url='https://github.com/sammchardy/python-binance',

0 commit comments

Comments
 (0)