Skip to content

Commit 70a7a2a

Browse files
authored
chore: bump to 1.0.36 (#1686)
1 parent 0b63172 commit 70a7a2a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.35
2+
Welcome to python-binance v1.0.36
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.35"
7+
__version__ = "1.0.36"
88

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

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Changelog
22

3+
v1.0.36 - 2026-03-24
4+
^^^^^^^^^^^^^^^^^^^^
5+
6+
**Added**
7+
- feat: USD-M futures WebSocket URL category support #1684
8+
9+
**Fixed**
10+
- fix: propagate connection errors to subscription queues #1681
11+
312
v1.0.35 - 2026-02-16
413
^^^^^^^^^^^^^^^^^^^^
514

0 commit comments

Comments
 (0)