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 1
1
=================================
2
- Welcome to python-binance v1.0.23
2
+ Welcome to python-binance v1.0.24
3
3
=================================
4
4
5
5
.. image :: https://img.shields.io/pypi/v/python-binance.svg
Original file line number Diff line number Diff line change 4
4
5
5
"""
6
6
7
- __version__ = "1.0.23 "
7
+ __version__ = "1.0.24 "
8
8
9
9
from binance .async_client import AsyncClient # noqa
10
10
from binance .client import Client # noqa
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
16
v1.0.23 - 2024-11-27
5
17
^^^^^^^^^^^^^^^^^^^^
6
18
You can’t perform that action at this time.
0 commit comments