diff --git a/README.rst b/README.rst index 26f4787d4..0ae1b5d7c 100755 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ================================= -Welcome to python-binance v1.0.25 +Welcome to python-binance v1.0.26 ================================= .. image:: https://img.shields.io/pypi/v/python-binance.svg diff --git a/binance/__init__.py b/binance/__init__.py index b0ed4a7b4..d4a128231 100755 --- a/binance/__init__.py +++ b/binance/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = "1.0.25" +__version__ = "1.0.26" from binance.async_client import AsyncClient # noqa from binance.client import Client # noqa diff --git a/docs/changelog.rst b/docs/changelog.rst index f50de29e6..bf6949072 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,24 @@ Changelog ========= +v1.0.26 - 2024-12-23 +^^^^^^^^^^^^^^^^^^^^ + +**Added** + +- Websockets docs +- support for microseconds time unit +- futures data link endpoints +- return type to _get_account_socket thanks to @zhen1007 +- futures_index_price_constituents endpoint + + +**Fixed** + +- FuturesDepthCacheManager and OptionsDepthCacheManager to __init__ +- EDDSA random error + + v1.0.25 - 2024-12-05 ^^^^^^^^^^^^^^^^^^^^