File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44
55"""
66
7- __version__ = '1.0.1 '
7+ __version__ = '1.0.2 '
88
99from binance .client import Client , AsyncClient # noqa
1010from binance .depthcache import DepthCacheManager , OptionsDepthCacheManager # noqa
Original file line number Diff line number Diff line change 11Changelog
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+
420v1.0.1
521^^^^^^^
622
You can’t perform that action at this time.
0 commit comments