Skip to content

Commit f82d5fb

Browse files
authored
chore: Bump to 1.0.33 (#1640)
* update gitignore * bump version * chore: bump to 1.0.33
1 parent f16d34c commit f82d5fb

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.32
2+
Welcome to python-binance v1.0.33
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.32"
7+
__version__ = "1.0.33"
88

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

docs/changelog.rst

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

3+
v1.0.33 - 2025-12-06
4+
5+
**Fixed**
6+
7+
- fix: reconnect keep alive (#1637)
8+
9+
**Added**
10+
11+
- moved conditional orders to the new futures algo serivce (#1639)
12+
313
v1.0.32 - 2025-11-03
414
^^^^^^^^^^^^^^^^^^^^
515

0 commit comments

Comments
 (0)