Skip to content

Commit a659b46

Browse files
committed
feat: add version 1.16.42
1 parent 29dd9de commit a659b46

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

akshare/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3050,9 +3050,10 @@
30503050
1.16.39 fix: fix option_current_em interface
30513051
1.16.40 add: add stock_individual_basic_info_xq interface
30523052
1.16.41 fix: fix stock_individual_fund_flow_rank interface
3053+
1.16.42 fix: fix stock_concept_fund_flow_hist interface
30533054
"""
30543055

3055-
__version__ = "1.16.41"
3056+
__version__ = "1.16.42"
30563057
__author__ = "AKFamily"
30573058

30583059
import sys

docs/changelog.md

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

8282
## 更新说明详情
8383

84+
1.16.42 fix: fix stock_concept_fund_flow_hist interface
85+
86+
1. 修复 stock_concept_fund_flow_hist 接口
87+
2. 修复 stock_board_industry_cons_em 接口
88+
8489
1.16.41 fix: fix stock_individual_fund_flow_rank interface
8590

8691
1. 修复 stock_individual_fund_flow_rank 接口
@@ -5320,6 +5325,8 @@
53205325

53215326
## 版本更新说明
53225327

5328+
1.16.42 fix: fix stock_concept_fund_flow_hist interface
5329+
53235330
1.16.41 fix: fix stock_individual_fund_flow_rank interface
53245331

53255332
1.16.40 add: add stock_individual_basic_info_xq interface

0 commit comments

Comments
 (0)