File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11=================================
2- Welcome to python-binance v1.0.34
2+ Welcome to python-binance v1.0.35
33=================================
44
55.. image :: https://img.shields.io/pypi/v/python-binance.svg
Original file line number Diff line number Diff line change 44
55"""
66
7- __version__ = "1.0.34 "
7+ __version__ = "1.0.35 "
88
99from binance .async_client import AsyncClient # noqa
1010from binance .client import Client # noqa
Original file line number Diff line number Diff line change 11Changelog
22
3+ v1.0.35 - 2026-02-16
4+
5+ **Added **
6+
7+ - chore: normalize package name by @carlosmiei in https://github.com/sammchardy/python-binance/pull/1653
8+ - feat: upgrade margin socket to use websocket api by @pcriadoperez in https://github.com/sammchardy/python-binance/pull/1670
9+ - feat: Update futures algo order API with new TP/SL parameters by @paul-lestyo in https://github.com/sammchardy/python-binance/pull/1672
10+
11+ **Fixed **
12+ - fix: reconnects for websocket connection closed ok and ws-api by @pcriadoperez in https://github.com/sammchardy/python-binance/pull/1655
13+
314v1.0.34 - 2025-12-16
415
516**Added **
You can’t perform that action at this time.
0 commit comments