Skip to content

Commit c66695a

Browse files
author
Sam McHardy
committed
Update to v0.7.5
1 parent 870ae2d commit c66695a

3 files changed

Lines changed: 23 additions & 9 deletions

File tree

README.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================
2-
Welcome to python-binance v0.7.4
2+
Welcome to python-binance v0.7.5
33
================================
44

55
Note
@@ -61,6 +61,8 @@ Features
6161
- Withdraw functionality
6262
- Deposit addresses
6363
- Margin Trading
64+
- Futures Trading
65+
- Support other domains (.us, .jp, etc)
6466

6567
Quick Start
6668
-----------
@@ -157,13 +159,6 @@ If you use `Binance Chain <https://testnet.binance.org/>`_ check out my `python-
157159

158160
If you use `Kucoin <https://www.kucoin.com/?rcode=E42cWB>`_ check out my `python-kucoin <https://github.com/sammchardy/python-kucoin>`_ library.
159161

160-
If you use `Allcoin <https://www.allcoin.com/Account/RegisterByPhoneNumber/?InviteCode=MTQ2OTk4MDgwMDEzNDczMQ==>`_ check out my `python-allucoin <https://github.com/sammchardy/python-allcoin>`_ library.
161-
162162
If you use `IDEX <https://idex.market>`_ check out my `python-idex <https://github.com/sammchardy/python-idex>`_ library.
163163

164-
If you use `Quoinex <https://accounts.quoinex.com/sign-up?affiliate=PAxghztC67615>`_
165-
or `Qryptos <https://accounts.qryptos.com/sign-up?affiliate=PAxghztC67615>`_ check out my `python-quoine <https://github.com/sammchardy/python-quoine>`_ library.
166-
167-
If you use `BigONE <https://big.one>`_ check out my `python-bigone <https://github.com/sammchardy/python-bigone>`_ library.
168-
169164
.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance?pixel&useReferer

docs/changelog.rst

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

4+
v0.7.5 - 2020-02-06
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
**Added**
8+
9+
- Futures REST endpoints
10+
- Lending REST endpoints
11+
- OCO Orders function `create_oco_order`, `order_oco_buy`, `order_oco_sell`
12+
- Average Price function `get_avg_price`
13+
- Support for other domains (.us, .jp, etc)
14+
15+
**Updated**
16+
17+
- dependencies
18+
19+
**Fixed**
20+
21+
- websocket keepalive callback not found
22+
423
v0.7.4 - 2019-09-22
524
^^^^^^^^^^^^^^^^^^^
625

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='python-binance',
6-
version='0.7.4',
6+
version='0.7.5',
77
packages=['binance'],
88
description='Binance REST API python implementation',
99
url='https://github.com/sammchardy/python-binance',

0 commit comments

Comments
 (0)