Skip to content

Commit

Permalink
chore: bump to v1.0.27 (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei authored Dec 31, 2024
1 parent 3533332 commit c560a71
Show file tree
Hide file tree
Showing 3 changed files with 17 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.26
Welcome to python-binance v1.0.27
=================================

.. 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.26"
__version__ = "1.0.27"

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

v1.0.27 - 2024-12-31
^^^^^^^^^^^^^^^^^^^^

**Added**

- Add futures_taker_long_short_ratio endpoint, thanks to @ngoclam9415
- Add portfolio margin user data streams


**Fixed**

- Close read loop before closing websocket
- Fix threaded_stream
- Closing keepAliveWebsocker fix

v1.0.26 - 2024-12-23
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit c560a71

Please sign in to comment.