diff --git a/README.rst b/README.rst index 71a912f6..9db979e6 100755 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ================================= -Welcome to python-binance v1.0.34 +Welcome to python-binance v1.0.35 ================================= .. image:: https://img.shields.io/pypi/v/python-binance.svg diff --git a/binance/__init__.py b/binance/__init__.py index 932de6fd..2cfea06a 100755 --- a/binance/__init__.py +++ b/binance/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = "1.0.34" +__version__ = "1.0.35" from binance.async_client import AsyncClient # noqa from binance.client import Client # noqa diff --git a/docs/changelog.rst b/docs/changelog.rst index 395db6b0..bae59530 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,16 @@ Changelog +v1.0.35 - 2026-02-16 + +**Added** + +- chore: normalize package name by @carlosmiei in https://github.com/sammchardy/python-binance/pull/1653 +- feat: upgrade margin socket to use websocket api by @pcriadoperez in https://github.com/sammchardy/python-binance/pull/1670 +- feat: Update futures algo order API with new TP/SL parameters by @paul-lestyo in https://github.com/sammchardy/python-binance/pull/1672 + +**Fixed** +- fix: reconnects for websocket connection closed ok and ws-api by @pcriadoperez in https://github.com/sammchardy/python-binance/pull/1655 + v1.0.34 - 2025-12-16 **Added**