File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11=================================
2- Welcome to python-binance v1.0.23
2+ Welcome to python-binance v1.0.24
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.23 "
7+ __version__ = "1.0.24 "
88
99from binance .async_client import AsyncClient # noqa
1010from binance .client import Client # noqa
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.0.24 - 2024-11-28
5+ ^^^^^^^^^^^^^^^^^^^^
6+
7+ **Added **
8+
9+ - Exposed internal classes for easier subclassing
10+
11+
12+ **Fixed **
13+
14+ - Fixed package outdated structure causing import errors
15+
416v1.0.23 - 2024-11-27
517^^^^^^^^^^^^^^^^^^^^
618
You can’t perform that action at this time.
0 commit comments