Skip to content

Commit

Permalink
fix: fix fund_etf_hist_min_em
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Mar 13, 2024
1 parent 557b827 commit 6770cf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2704,9 +2704,10 @@
1.12.89 fix: fix bond_china_yield interface
1.12.90 fix: fix fund_etf_spot_em interface
1.12.91 add: add stock_info_global_em interface
1.12.92 fix: fix fund_etf_hist_min_em interface
"""

__version__ = "1.12.91"
__version__ = "1.12.92"
__author__ = "AKFamily"

import sys
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@

## 更新说明详情

1.12.92 fix: fix fund_etf_hist_min_em interface

1. 修复 fund_etf_hist_min_em 接口

1.12.91 add: add stock_info_global_em interface

1. 新增 stock_info_global_em 接口
Expand Down Expand Up @@ -3703,6 +3707,8 @@

## 版本更新说明

1.12.92 fix: fix fund_etf_hist_min_em interface

1.12.91 add: add stock_info_global_em interface

1.12.90 fix: fix fund_etf_spot_em interface
Expand Down

0 comments on commit 6770cf0

Please sign in to comment.