Skip to content

Commit 30efaff

Browse files
author
Sam McHardy
committed
Update to v1.0.10
1 parent 01a5aad commit 30efaff

4 files changed

Lines changed: 19 additions & 7 deletions

File tree

PYPIREADME.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
================================
2-
Welcome to python-binance v1.0.9
3-
================================
1+
=================================
2+
Welcome to python-binance v1.0.10
3+
=================================
44

55
Updated 11th May 2021
66

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
================================
2-
Welcome to python-binance v1.0.9
3-
================================
1+
=================================
2+
Welcome to python-binance v1.0.10
3+
=================================
44

55
Updated 11th May 2021
66

binance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
"""
66

7-
__version__ = '1.0.9'
7+
__version__ = '1.0.10'
88

99
from binance.client import Client, AsyncClient # noqa
1010
from binance.depthcache import DepthCacheManager, OptionsDepthCacheManager, ThreadedDepthCacheManager # noqa

docs/changelog.rst

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

4+
v1.0.10 - 2021-05-13
5+
^^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- futures multi-asset margin mode endpoints
10+
- optional symbol param to get_all_tickers
11+
12+
**Fixed**
13+
14+
- start_multiplex_socket remove lower case filter on stream names
15+
416
v1.0.9 - 2021-05-12
517
^^^^^^^^^^^^^^^^^^^
618

0 commit comments

Comments
 (0)