Skip to content

Commit

Permalink
feat: add version 1.15.55
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Dec 26, 2024
1 parent 1dd1706 commit 53bbd7c
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 @@ -2964,9 +2964,10 @@
1.15.52 fix: fix stock_zh_index_hist_csindex interface
1.15.53 fix: fix futures_inventory_99 interface
1.15.54 fix: fix stock_sy_profile_em interface
1.15.55 fix: fix fund_etf_spot_em interface
"""

__version__ = "1.15.54"
__version__ = "1.15.55"
__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 @@ -80,6 +80,10 @@

## 更新说明详情

1.15.55 fix: fix fund_etf_spot_em interface

1. 修复 fund_etf_spot_em 接口

1.15.54 fix: fix stock_sy_profile_em interface

1. 修复 stock_sy_profile_em 接口
Expand Down Expand Up @@ -4886,6 +4890,8 @@

## 版本更新说明

1.15.55 fix: fix fund_etf_spot_em interface

1.15.54 fix: fix stock_sy_profile_em interface

1.15.53 fix: fix futures_inventory_99 interface
Expand Down

0 comments on commit 53bbd7c

Please sign in to comment.