We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16d34c commit f82d5fbCopy full SHA for f82d5fb
README.rst
@@ -1,5 +1,5 @@
1
=================================
2
-Welcome to python-binance v1.0.32
+Welcome to python-binance v1.0.33
3
4
5
.. image:: https://img.shields.io/pypi/v/python-binance.svg
binance/__init__.py
@@ -4,7 +4,7 @@
"""
6
7
-__version__ = "1.0.32"
+__version__ = "1.0.33"
8
9
from binance.async_client import AsyncClient # noqa
10
from binance.client import Client # noqa
docs/changelog.rst
@@ -1,5 +1,15 @@
Changelog
+v1.0.33 - 2025-12-06
+
+**Fixed**
+- fix: reconnect keep alive (#1637)
+**Added**
11
+- moved conditional orders to the new futures algo serivce (#1639)
12
13
v1.0.32 - 2025-11-03
14
^^^^^^^^^^^^^^^^^^^^
15
0 commit comments