Skip to content

Commit 2fa3c6e

Browse files
committed
feat: add version 1.16.44
1 parent 51f6556 commit 2fa3c6e

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
@@ -3052,9 +3052,10 @@
30523052
1.16.41 fix: fix stock_individual_fund_flow_rank interface
30533053
1.16.42 fix: fix stock_concept_fund_flow_hist interface
30543054
1.16.43 fix: fix option_value_analysis_em interface
3055+
1.16.44 fix: fix stock_board_concept_hist_em interface
30553056
"""
30563057

3057-
__version__ = "1.16.43"
3058+
__version__ = "1.16.44"
30583059
__author__ = "AKFamily"
30593060

30603061
import sys

docs/changelog.md

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

8282
## 更新说明详情
8383

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

8690
1. 修复 option_value_analysis_em 接口
@@ -5333,6 +5337,8 @@
53335337

53345338
## 版本更新说明
53355339

5340+
1.16.44 fix: fix stock_board_concept_hist_em interface
5341+
53365342
1.16.43 fix: fix option_value_analysis_em interface
53375343

53385344
1.16.42 fix: fix stock_concept_fund_flow_hist interface

0 commit comments

Comments
 (0)