File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed
Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 22 <img src =" https://raw.githubusercontent.com/shinnytech/tqsdk-python/master/doc/logo.png " />
33</p >
44<p align =" center " >
5- <img src ="https://img.shields.io/badge/version-1.6.1 -blueviolet.svg"/>
5+ <img src ="https://img.shields.io/badge/version-1.6.2 -blueviolet.svg"/>
66 <img src ="https://img.shields.io/badge/platform-windows|linux|macos-green.svg"/>
77 <img src ="https://img.shields.io/badge/python-3.6+-blue.svg" />
88 <img src ="https://img.shields.io/github/license/shinnytech/tqsdk-python.svg?color=orange"/>
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = u'1.6.1 '
51+ version = u'1.6.2 '
5252# The full version, including alpha/beta/rc tags.
53- release = u'1.6.1 '
53+ release = u'1.6.2 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 22
33版本变更
44=============================
5+ 1.6.2(2020/02/18)
6+
7+ * 修改 web_gui 默认显示的 ip 地址为 127.0.0.1
8+ * 修复 web_gui 不显示成交记录箭头的问题
9+ * 策略结束后 api 将关闭所有 web 链接
10+ * 优化对 vscode 的支持
11+ * 增加 Quote 的 option_class (期权方向)和 product_id (品种代码)字段
12+ * 优化文档
13+
14+
5151.6.1(2020/02/12)
616
717* 修复 web_gui 不显示成交记录的问题
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_tag(self):
3636
3737setuptools .setup (
3838 name = 'tqsdk' ,
39- version = "1.6.1 " ,
39+ version = "1.6.2 " ,
4040 description = 'TianQin SDK' ,
4141 author = 'TianQin' ,
4242 author_email = 'tianqincn@gmail.com' ,
Original file line number Diff line number Diff line change 1- __version__ = '1.6.1 '
1+ __version__ = '1.6.2 '
You can’t perform that action at this time.
0 commit comments