Skip to content

Commit 39d7f7a

Browse files
authored
chore: bump to v1.0.24 (#1485)
1 parent d77a517 commit 39d7f7a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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.23
2+
Welcome to python-binance v1.0.24
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.23"
7+
__version__ = "1.0.24"
88

99
from binance.async_client import AsyncClient # noqa
1010
from binance.client import Client # noqa

docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
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+
416
v1.0.23 - 2024-11-27
517
^^^^^^^^^^^^^^^^^^^^
618

0 commit comments

Comments
 (0)