Skip to content

Commit 61f76a6

Browse files
author
Sam McHardy
committed
Bump verson to 1.0.2
1 parent 3bf4e23 commit 61f76a6

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

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.1
2+
Welcome to python-binance v1.0.2
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.1'
7+
__version__ = '1.0.2'
88

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

docs/changelog.rst

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

4+
v1.0.2
5+
^^^^^^^
6+
7+
**Added**
8+
9+
- start of typing to client and websockets
10+
11+
**Fixed**
12+
13+
- end_str, limit, spot params in kline fetching
14+
- drop None values in params passed
15+
16+
**Updated**
17+
18+
- more examples in docs
19+
420
v1.0.1
521
^^^^^^^
622

0 commit comments

Comments
 (0)