Skip to content

Commit c0c1d9e

Browse files
committed
feat: add version 1.16.46
1 parent e0ecfb5 commit c0c1d9e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

akshare/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3054,9 +3054,10 @@
30543054
1.16.43 fix: fix option_value_analysis_em interface
30553055
1.16.44 fix: fix stock_board_concept_hist_em interface
30563056
1.16.45 fix: fix option_risk_analysis_em interface
3057+
1.16.46 fix: fix stock_hk_index_spot_em interface
30573058
"""
30583059

3059-
__version__ = "1.16.45"
3060+
__version__ = "1.16.46"
30603061
__author__ = "AKFamily"
30613062

30623063
import sys

docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181

8282
## 更新说明详情
8383

84+
1.16.46 fix: fix stock_hk_index_spot_em interface
85+
86+
1. 修复 stock_hk_index_spot_em 接口
87+
8488
1.16.45 fix: fix option_risk_analysis_em interface
8589

8690
1. 修复 option_risk_analysis_em 接口
@@ -5341,6 +5345,8 @@
53415345

53425346
## 版本更新说明
53435347

5348+
1.16.46 fix: fix stock_hk_index_spot_em interface
5349+
53445350
1.16.45 fix: fix option_risk_analysis_em interface
53455351

53465352
1.16.44 fix: fix stock_board_concept_hist_em interface

0 commit comments

Comments
 (0)