Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinny-limin committed Feb 18, 2020
1 parent 48e5dea commit 5ae7c26
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src ="https://raw.githubusercontent.com/shinnytech/tqsdk-python/master/doc/logo.png"/>
</p>
<p align="center">
<img src ="https://img.shields.io/badge/version-1.6.1-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-1.6.2-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-green.svg"/>
<img src ="https://img.shields.io/badge/python-3.6+-blue.svg" />
<img src ="https://img.shields.io/github/license/shinnytech/tqsdk-python.svg?color=orange"/>
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.6.1'
version = u'1.6.2'
# The full version, including alpha/beta/rc tags.
release = u'1.6.1'
release = u'1.6.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 10 additions & 0 deletions doc/version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

版本变更
=============================
1.6.2(2020/02/18)

* 修改 web_gui 默认显示的 ip 地址为 127.0.0.1
* 修复 web_gui 不显示成交记录箭头的问题
* 策略结束后 api 将关闭所有 web 链接
* 优化对 vscode 的支持
* 增加 Quote 的 option_class (期权方向)和 product_id (品种代码)字段
* 优化文档


1.6.1(2020/02/12)

* 修复 web_gui 不显示成交记录的问题
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_tag(self):

setuptools.setup(
name='tqsdk',
version="1.6.1",
version="1.6.2",
description='TianQin SDK',
author='TianQin',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tqsdk/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.6.1'
__version__ = '1.6.2'

0 comments on commit 5ae7c26

Please sign in to comment.