Skip to content

Commit 3f98da1

Browse files
committed
feat: add version 1.16.43
1 parent 6ce7e93 commit 3f98da1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

akshare/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3051,9 +3051,10 @@
30513051
1.16.40 add: add stock_individual_basic_info_xq interface
30523052
1.16.41 fix: fix stock_individual_fund_flow_rank interface
30533053
1.16.42 fix: fix stock_concept_fund_flow_hist interface
3054+
1.16.43 fix: fix option_value_analysis_em interface
30543055
"""
30553056

3056-
__version__ = "1.16.42"
3057+
__version__ = "1.16.43"
30573058
__author__ = "AKFamily"
30583059

30593060
import sys

docs/changelog.md

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

8282
## 更新说明详情
8383

84+
1.16.43 fix: fix option_value_analysis_em interface
85+
86+
1. 修复 option_value_analysis_em 接口
87+
2. 修复 option_premium_analysis_em 接口
88+
3. 修复 index_zh_a_hist 接口
89+
4. 修复 fund_lof_hist_em 接口
90+
5. 修复 fund_lof_spot_em 接口
91+
8492
1.16.42 fix: fix stock_concept_fund_flow_hist interface
8593

8694
1. 修复 stock_concept_fund_flow_hist 接口
@@ -5325,6 +5333,8 @@
53255333

53265334
## 版本更新说明
53275335

5336+
1.16.43 fix: fix option_value_analysis_em interface
5337+
53285338
1.16.42 fix: fix stock_concept_fund_flow_hist interface
53295339

53305340
1.16.41 fix: fix stock_individual_fund_flow_rank interface

0 commit comments

Comments
 (0)