Skip to content

Commit

Permalink
Update to v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Apr 9, 2022
1 parent 4251caf commit 59e3c80
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PYPIREADME.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=================================
Welcome to python-binance v1.0.15
Welcome to python-binance v1.0.16
=================================

Updated 27th Sept 2021
Updated 9th Apr 2022

.. image:: https://img.shields.io/pypi/v/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=================================
Welcome to python-binance v1.0.15
Welcome to python-binance v1.0.16
=================================

Updated 27th Sept 2021
Updated 9th Apr 2022

.. 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.15'
__version__ = '1.0.16'

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

v1.0.16 - 2022-04-09
^^^^^^^^^^^^^^^^^^^^

**Added**

- pass limit param to all kline functions
- increase default for kline functions from 500 to 1000
- add HistoricalKlinesType.FUTURES_COIN as option for kline functions
- testnet URL for coin_futures_socket

**Updated**

- round_step_size more accurate

**Fixed**

- remove deprecated loop param
- websockets unpinned
- hanging websockets in exiting state
- check start_ts after end_ts for klines
- multi assets margin params


v1.0.15 - 2021-09-27
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 59e3c80

Please sign in to comment.