Skip to content

Commit c91522b

Browse files
shinny-packshinny-mayanqiong
authored andcommitted
Update Version 3.4.3
1 parent 69c88fb commit c91522b

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: tqsdk
3-
Version: 3.4.2
3+
Version: 3.4.3
44
Summary: TianQin SDK
55
Home-page: https://www.shinnytech.com/tqsdk
66
Author: TianQin

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'3.4.2'
51+
version = u'3.4.3'
5252
# The full version, including alpha/beta/rc tags.
53-
release = u'3.4.2'
53+
release = u'3.4.3'
5454

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

doc/version.rst

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

33
版本变更
44
=============================
5+
3.4.3 (2023/07/06)
6+
7+
* 增加: 支持获取 CSI 指数行情
8+
9+
510
3.4.2 (2023/05/17)
611

712
* api:某些 pandas 版本下,web_gui 不更新绘制序列

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name='tqsdk',
11-
version="3.4.2",
11+
version="3.4.3",
1212
description='TianQin SDK',
1313
author='TianQin',
1414
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__ = '3.4.2'
1+
__version__ = '3.4.3'

tqsdk/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _has_md_grants(self, symbol):
150150
for symbol in symbol_list:
151151
if symbol.split('.', 1)[0] in ["SHFE", "DCE", "CZCE", "INE", "CFFEX", "KQ", "SSWE", "GFEX"] and self._has_feature("futr"):
152152
continue
153-
elif symbol.split('.', 1)[0] in ["SSE", "SZSE"] and self._has_feature("sec"):
153+
elif symbol.split('.', 1)[0] in ["CSI", "SSE", "SZSE"] and self._has_feature("sec"):
154154
continue
155155
elif symbol in ["SSE.000016", "SSE.000300", "SSE.000905", "SSE.000852"] and self._has_feature("lmt_idx"):
156156
continue

0 commit comments

Comments
 (0)