Skip to content

Commit

Permalink
chore: update version (#1439)
Browse files Browse the repository at this point in the history
* bump version

* update changelog

* update docs
  • Loading branch information
carlosmiei authored Oct 22, 2024
1 parent fe6a255 commit cd03d4d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
6 changes: 0 additions & 6 deletions PYPIREADME.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
=================================
Welcome to python-binance v1.0.19
=================================

Updated 11th Aug 2023

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

Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
=================================
Welcome to python-binance v1.0.19
=================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance
Expand Down
2 changes: 1 addition & 1 deletion binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__version__ = "1.0.19"
__version__ = "1.0.20"

from binance.client import Client, AsyncClient # noqa
from binance.depthcache import DepthCacheManager, OptionsDepthCacheManager, ThreadedDepthCacheManager # noqa
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

v1.0.20 - 2024-10-22
^^^^^^^^^^^^^^^^^^^^

**Added**
- EDDSA authentication
- Portfolio Margin endpoints
- Some new futures endpoints
- Proxy support for the AsyncClient
- Version override is possible now through `params`

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

v1.0.19 - 2023-08-11
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit cd03d4d

Please sign in to comment.