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 17, 2019
1 parent 2c461ea commit 1289969
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 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.2.1-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-1.3.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.2.1'
version = u'1.3.0'
# The full version, including alpha/beta/rc tags.
release = u'1.2.1'
release = u'1.3.0'

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

版本变更
=============================
1.3.0(2019/12/17)

* 支持通过 :py:class:`tqsdk.api.TqApi` 内 **设置 web_gui=True 参数以实现实盘/回测的图像化支持** , (详见: :ref:`web_gui` )
* 增加支持 Python3.8
* 完善 TqSdk 各公开函数的参数类型标注及函数返回值类型标注
* 将 api 中除业务数据以外的所有变量私有化
* 完善测试用例
* 完善文档内容


1.2.1(2019/12/04)

* 完善 insert_order() 函数返回的 order 的初始化字段:增加 limit_price、price_type、volume_condition、time_condition 字段
Expand All @@ -25,7 +35,7 @@

1.1.0(2019/10/15)

* 增加时间类型转换的功能函数
* 增加时间类型转换的功能函数 (详见 :py:meth:`~tqsdk.tafunc` )
* 修复与天勤连接时的一些bug
* 完善测试用例及测试环境配置
* 修改回测log内容,去除回测时log中的当前本地时间
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.2.1",
version="1.3.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.2.1'
__version__ = '1.3.0'

0 comments on commit 1289969

Please sign in to comment.