Skip to content

Commit 559a32a

Browse files
authored
chore: bump to 1.0.22 (#1461)
1 parent 4b641a3 commit 559a32a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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.21
2+
Welcome to python-binance v1.0.22
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.21"
7+
__version__ = "1.0.22"
88

99
from binance.client import Client, AsyncClient # noqa
1010
from binance.depthcache import DepthCacheManager, OptionsDepthCacheManager, ThreadedDepthCacheManager # noqa

docs/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
Changelog
22
=========
33

4+
v1.0.22 - 2024-10-29
5+
^^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- futures all tickers stream
10+
- futures coin-m all tickers stream
11+
12+
**Fixed**
13+
14+
- hang in the ThreadedApiManager
15+
16+
417
v1.0.21 - 2024-10-23
518
^^^^^^^^^^^^^^^^^^^^
619

720
**Added**
21+
822
- Some new endpoints
923

1024
**Fixed**
25+
1126
- url encoding for coin-m post endpoints
1227
- batch order endpoint
1328
- Some minor bug fixes
@@ -16,13 +31,15 @@ v1.0.20 - 2024-10-22
1631
^^^^^^^^^^^^^^^^^^^^
1732

1833
**Added**
34+
1935
- EDDSA authentication
2036
- Portfolio Margin endpoints
2137
- Some new futures endpoints
2238
- Proxy support for the AsyncClient
2339
- Version override is possible now through `params`
2440

2541
**Fixed**
42+
2643
- Migrated `positionRisk` to v3
2744
- Fixed the error `AttributeError("'Connect' object has no attribute 'protocol'")`
2845
- Some minor bug fixes

0 commit comments

Comments
 (0)