Skip to content

Commit 4446551

Browse files
carlosmieipcriadoperez
authored andcommitted
chore: bump to 35 (sammchardy#1673)
* chore: bump to 35 * update changelog
1 parent 8a39d77 commit 4446551

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

binance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
"""
66

7-
__version__ = "1.0.34"
7+
__version__ = "1.0.35"
88

99
from binance.async_client import AsyncClient # noqa
1010
from binance.client import Client # noqa

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Changelog
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+
314
v1.0.34 - 2025-12-16
415

516
**Added**

0 commit comments

Comments
 (0)