Skip to content

Commit f07a39f

Browse files
author
Sam McHardy
committed
Update to v1.0.9
1 parent 66aebfa commit f07a39f

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

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 v1.0.8
2+
Welcome to python-binance v1.0.9
33
================================
44

55
Updated 11th May 2021

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 v1.0.8
2+
Welcome to python-binance v1.0.9
33
================================
44

55
Updated 11th May 2021

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.8'
7+
__version__ = '1.0.9'
88

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

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+
v1.0.9 - 2021-05-12
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Fixed**
8+
9+
- start_book_ticker_socket and start_multiplex_socket to call correct async function
10+
411
v1.0.8 - 2021-05-11
512
^^^^^^^^^^^^^^^^^^^
613

0 commit comments

Comments
 (0)