Skip to content

Commit 7346013

Browse files
committed
feat: add version 1.16.41
1 parent 6e26186 commit 7346013

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
@@ -3049,9 +3049,10 @@
30493049
1.16.38 fix: fix fund_etf_hist_em interface
30503050
1.16.39 fix: fix option_current_em interface
30513051
1.16.40 add: add stock_individual_basic_info_xq interface
3052+
1.16.41 fix: fix stock_individual_fund_flow_rank interface
30523053
"""
30533054

3054-
__version__ = "1.16.40"
3055+
__version__ = "1.16.41"
30553056
__author__ = "AKFamily"
30563057

30573058
import sys

docs/changelog.md

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

8282
## 更新说明详情
8383

84+
1.16.41 fix: fix stock_individual_fund_flow_rank interface
85+
86+
1. 修复 stock_individual_fund_flow_rank 接口
87+
8488
1.16.40 add: add stock_individual_basic_info_xq interface
8589

8690
1. 新增 stock_individual_basic_info_xq 接口
@@ -5316,6 +5320,8 @@
53165320

53175321
## 版本更新说明
53185322

5323+
1.16.41 fix: fix stock_individual_fund_flow_rank interface
5324+
53195325
1.16.40 add: add stock_individual_basic_info_xq interface
53205326

53215327
1.16.39 fix: fix option_current_em interface

0 commit comments

Comments
 (0)