From 4d0e1afa5baacc1160bb1ef2a931b08afd543bc4 Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Tue, 2 Jul 2019 22:59:59 +0800 Subject: [PATCH] [Fix] close #1887 --- README.md | 2 +- vnpy/__init__.py | 2 +- vnpy/gateway/binance/binance_gateway.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 271afae1..492ab981 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- + diff --git a/vnpy/__init__.py b/vnpy/__init__.py index f6bb6f4d..34c5111c 100644 --- a/vnpy/__init__.py +++ b/vnpy/__init__.py @@ -1 +1 @@ -__version__ = "2.0.4" +__version__ = "2.0.5" diff --git a/vnpy/gateway/binance/binance_gateway.py b/vnpy/gateway/binance/binance_gateway.py index f5b96718..ab1ef8c8 100644 --- a/vnpy/gateway/binance/binance_gateway.py +++ b/vnpy/gateway/binance/binance_gateway.py @@ -371,7 +371,7 @@ class BinanceRestApi(RestClient): return data = { - "security": Security.SIGNED + "security": Security.API_KEY } params = {