Skip to content

Commit cf61e91

Browse files
committed
bump version
1 parent f062de3 commit cf61e91

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.2.0-blueviolet.svg"/>
5+
<img src ="https://img.shields.io/badge/version-1.2.1-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"/>

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = u'1.2.0'
51+
version = u'1.2.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = u'1.2.0'
53+
release = u'1.2.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

doc/version.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
版本变更
44
=============================
5+
1.2.1(2019/12/04)
6+
7+
* 增加对 python 3.8 的支持
8+
* 完善 insert_order() 函数返回的 order 的初始化字段:增加 limit_price、price_type、volume_condition、time_condition 字段
9+
* 增加 quote 行情数据中的 trading_time、expire_datetime、delivery_month、delivery_year、ins_class 字段
10+
* 删除 quote 行情数据中的 change、change_percent 字段
11+
* 修复重复发送K线订阅指令给服务器的bug
12+
* 修复未订阅行情时回测不能立即结束的bug
13+
* 完善测试用例
14+
* 完善文档内容
15+
16+
517
1.2.0(2019/11/21)
618

719
* 支持同时获取对齐的多合约 K 线 (详见 :py:meth:`~tqsdk.api.TqApi.get_kline_serial` )

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_tag(self):
3636

3737
setuptools.setup(
3838
name='tqsdk',
39-
version="1.2.0",
39+
version="1.2.1",
4040
description='TianQin SDK',
4141
author='TianQin',
4242
author_email='tianqincn@gmail.com',

tqsdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)