Skip to content

Commit 4b7faec

Browse files
author
Sam McHardy
committed
Update to v1.0.7
1 parent 2781d4f commit 4b7faec

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.6
2+
Welcome to python-binance v1.0.7
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 v1.0.6
2+
Welcome to python-binance v1.0.7
33
================================
44

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

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.6'
7+
__version__ = '1.0.7'
88

99
from binance.client import Client, AsyncClient # noqa
1010
from binance.depthcache import DepthCacheManager, OptionsDepthCacheManager # 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.7
5+
^^^^^^
6+
7+
**Fixed**
8+
9+
- remove version param from get_sub_account_assets
10+
411
v1.0.6
512
^^^^^^
613

0 commit comments

Comments
 (0)