Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinny-limin committed Dec 25, 2019
1 parent 57c816a commit 231a116
Show file tree
Hide file tree
Showing 5 changed files with 18 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.3.2-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-1.4.0-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.3.2'
version = u'1.4.0'
# The full version, including alpha/beta/rc tags.
release = u'1.3.2'
release = u'1.4.0'

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

版本变更
=============================
1.4.0(2019/12/25)

* 在 TqSdk 中直接支持复盘功能(详见: :ref:`replay` )
* 增加回测报告内容(胜率、每手盈亏额比例)
* 修复 web_gui 功能中的部分已知问题
* 修复在一些情况无法输出回测报告的问题
* 修复使用 slave/master 多线程模式时的报错问题
* 修复回测结束前最后一条行情未更新的bug
* 从 logger 中分离从服务器返回的通知信息(以便单独处理或屏蔽)
* 修复使用 TargetPoseTask 实例时可能引发的报错
* 完善文档内容


1.3.2(2019/12/19)

* 修复在填写了画图的 color 参数时引起的报错
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.3.2",
version="1.4.0",
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.3.2'
__version__ = '1.4.0'

0 comments on commit 231a116

Please sign in to comment.