diff --git a/README.rst b/README.rst index 0ae1b5d7..7fa2622f 100755 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/binance/__init__.py b/binance/__init__.py index 80f21932..b60133c8 100755 --- a/binance/__init__.py +++ b/binance/__init__.py @@ -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 diff --git a/docs/changelog.rst b/docs/changelog.rst index bf694907..dc9b41f3 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^