Skip to content

Commit 58153cf

Browse files
author
zhangyongsheng
committed
fix bug: timeout
1 parent 893afe7 commit 58153cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2019-07-15
2+
- fix bug: socket.timeout
3+
14
# 2019-07-05
25
- try catch兼容Windows平台
36

jqdatasdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def logout():
2424
JQDataClient.instance().logout()
2525

2626

27-
__version__ = "1.6.8"
27+
__version__ = "1.6.9"
2828

2929

3030
__all__ = ["auth", "auth_by_token", "logout", "alpha101", "alpha191", "technical_analysis", "__version__"]

0 commit comments

Comments
 (0)