Skip to content

Commit cd03d4d

Browse files
authored
chore: update version (#1439)
* bump version * update changelog * update docs
1 parent fe6a255 commit cd03d4d

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

PYPIREADME.rst

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
=================================
2-
Welcome to python-binance v1.0.19
3-
=================================
4-
5-
Updated 11th Aug 2023
6-
71
.. image:: https://img.shields.io/pypi/v/python-binance.svg
82
:target: https://pypi.python.org/pypi/python-binance
93

README.rst

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
=================================
2-
Welcome to python-binance v1.0.19
3-
=================================
41

52
.. image:: https://img.shields.io/pypi/v/python-binance.svg
63
:target: https://pypi.python.org/pypi/python-binance

binance/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
"""
66

7-
__version__ = "1.0.19"
7+
__version__ = "1.0.20"
88

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

docs/changelog.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
v1.0.20 - 2024-10-22
5+
^^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
- EDDSA authentication
9+
- Portfolio Margin endpoints
10+
- Some new futures endpoints
11+
- Proxy support for the AsyncClient
12+
- Version override is possible now through `params`
13+
14+
**Fixed**
15+
- Migrated `positionRisk` to v3
16+
- Fixed the error `AttributeError("'Connect' object has no attribute 'protocol'")`
17+
- Some minor bug fixes
18+
419
v1.0.19 - 2023-08-11
520
^^^^^^^^^^^^^^^^^^^^
621

0 commit comments

Comments
 (0)