Skip to content

Commit 7b6178d

Browse files
feat: add version 1.16.95
1 parent 43bfb78 commit 7b6178d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

akshare/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,9 +3102,10 @@
31023102
1.16.92 fix: fix bond_cb_jsl interface
31033103
1.16.93 fix: fix stock_hsgt_individual_em interface
31043104
1.16.94 fix: fix futures_fees_info interface
3105+
1.16.95 fix: fix option_shfe_daily interface
31053106
"""
31063107

3107-
__version__ = "1.16.94"
3108+
__version__ = "1.16.95"
31083109
__author__ = "AKFamily"
31093110

31103111
import sys

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181

8282
## 更新说明详情
8383

84+
1.16.95 fix: fix option_shfe_daily interface
85+
86+
1. 修复 option_shfe_daily 接口
87+
8488
1.16.94 fix: fix futures_fees_info interface
8589

8690
1. 修复 futures_fees_info 接口
@@ -5561,6 +5565,8 @@
55615565

55625566
## 版本更新说明
55635567

5568+
1.16.95 fix: fix option_shfe_daily interface
5569+
55645570
1.16.94 fix: fix futures_fees_info interface
55655571

55665572
1.16.93 fix: fix stock_hsgt_individual_em interface

0 commit comments

Comments
 (0)