Skip to content

Commit 451597d

Browse files
committed
feat: add version 1.16.45
1 parent c096be8 commit 451597d

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
@@ -3053,9 +3053,10 @@
30533053
1.16.42 fix: fix stock_concept_fund_flow_hist interface
30543054
1.16.43 fix: fix option_value_analysis_em interface
30553055
1.16.44 fix: fix stock_board_concept_hist_em interface
3056+
1.16.45 fix: fix option_risk_analysis_em interface
30563057
"""
30573058

3058-
__version__ = "1.16.44"
3059+
__version__ = "1.16.45"
30593060
__author__ = "AKFamily"
30603061

30613062
import sys

docs/changelog.md

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

8282
## 更新说明详情
8383

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

8690
1. 修复 stock_board_concept_hist_em 接口
@@ -5337,6 +5341,8 @@
53375341

53385342
## 版本更新说明
53395343

5344+
1.16.45 fix: fix option_risk_analysis_em interface
5345+
53405346
1.16.44 fix: fix stock_board_concept_hist_em interface
53415347

53425348
1.16.43 fix: fix option_value_analysis_em interface

0 commit comments

Comments
 (0)