Skip to content

Commit d8e2ce1

Browse files
authored
chore: bump to 1.0.26 (#1522)
1 parent 3429013 commit d8e2ce1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.25
2+
Welcome to python-binance v1.0.26
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.25"
7+
__version__ = "1.0.26"
88

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

docs/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

4+
v1.0.26 - 2024-12-23
5+
^^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- Websockets docs
10+
- support for microseconds time unit
11+
- futures data link endpoints
12+
- return type to _get_account_socket thanks to @zhen1007
13+
- futures_index_price_constituents endpoint
14+
15+
16+
**Fixed**
17+
18+
- FuturesDepthCacheManager and OptionsDepthCacheManager to __init__
19+
- EDDSA random error
20+
21+
422
v1.0.25 - 2024-12-05
523
^^^^^^^^^^^^^^^^^^^^
624

0 commit comments

Comments
 (0)