Skip to content

Commit 93773d8

Browse files
committed
feat: add version 1.16.38
1 parent c702456 commit 93773d8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

akshare/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3046,9 +3046,10 @@
30463046
1.16.35 fix: fix futures_global_spot_em interface
30473047
1.16.36 fix: fix stock_intraday_em interface
30483048
1.16.37 fix: fix stock_board_concept_hist_em interface
3049+
1.16.38 fix: fix fund_etf_hist_em interface
30493050
"""
30503051

3051-
__version__ = "1.16.37"
3052+
__version__ = "1.16.38"
30523053
__author__ = "AKFamily"
30533054

30543055
import sys

docs/changelog.md

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

8282
## 更新说明详情
8383

84+
1.16.38 fix: fix fund_etf_hist_em interface
85+
86+
1. 修复 fund_etf_hist_em 接口
87+
2. 修复 bond_cov_comparison 接口
88+
8489
1.16.37 fix: fix stock_board_concept_hist_em interface
8590

8691
1. 修复 stock_board_concept_hist_em 接口
@@ -5300,6 +5305,10 @@
53005305

53015306
## 版本更新说明
53025307

5308+
1.16.38 fix: fix fund_etf_hist_em interface
5309+
5310+
1.16.37 fix: fix stock_board_concept_hist_em interface
5311+
53035312
1.16.36 fix: fix stock_intraday_em interface
53045313

53055314
1.16.35 fix: fix futures_global_spot_em interface

0 commit comments

Comments
 (0)