Skip to content

Commit

Permalink
chore: bump to v1.0.24 (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei authored Nov 28, 2024
1 parent d77a517 commit 39d7f7a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================================
Welcome to python-binance v1.0.23
Welcome to python-binance v1.0.24
=================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
Expand Down
2 changes: 1 addition & 1 deletion binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__version__ = "1.0.23"
__version__ = "1.0.24"

from binance.async_client import AsyncClient # noqa
from binance.client import Client # noqa
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

v1.0.24 - 2024-11-28
^^^^^^^^^^^^^^^^^^^^

**Added**

- Exposed internal classes for easier subclassing


**Fixed**

- Fixed package outdated structure causing import errors

v1.0.23 - 2024-11-27
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 39d7f7a

Please sign in to comment.