From 1338552b4ec686329dbee95148446f173b49a323 Mon Sep 17 00:00:00 2001 From: carlosmiei <43336371+carlosmiei@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:42:33 +0400 Subject: [PATCH 1/2] chore: bump to 35 --- README.rst | 2 +- binance/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From a4ba864f711a7b766dd2b5be1507b507b5f46483 Mon Sep 17 00:00:00 2001 From: carlosmiei <43336371+carlosmiei@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:44:50 +0400 Subject: [PATCH 2/2] update changelog --- docs/changelog.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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**