File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = u'1.8.1 '
51
+ version = u'1.8.2 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = u'1.8.1 '
53
+ release = u'1.8.2 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
3
3
版本变更
4
4
=============================
5
+ 1.8.2 (2020/07/07)
6
+
7
+ * 增加提供高级委托指令 FAK、FOK,并增加相关文档说明 :ref: `advanced_order `、示例代码
8
+ * 本地模拟交易 sim 支持 FAK、FOK 交易指令,快期模拟暂不支持
9
+ * 优化登录请求流程
10
+ * 优化测试用例代码,增加关于交易指令的测试用例
11
+ * 完善文档内容
12
+
13
+
5
14
1.8.1 (2020/06/19)
6
15
7
16
* 增加 :py:class: `~tqsdk.account.TqKq ` 账户类型,可以使用统一的快期模拟账户登录,详情点击 :ref: `sim_trading `
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def get_tag(self):
36
36
37
37
setuptools .setup (
38
38
name = 'tqsdk' ,
39
- version = "1.8.1 " ,
39
+ version = "1.8.2 " ,
40
40
description = 'TianQin SDK' ,
41
41
author = 'TianQin' ,
42
42
author_email = 'tianqincn@gmail.com' ,
Original file line number Diff line number Diff line change 1
- __version__ = '1.8.1 '
1
+ __version__ = '1.8.2 '
You can’t perform that action at this time.
0 commit comments