Skip to content

Commit

Permalink
feat: add version 1.15.31
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Nov 22, 2024
1 parent 67f7575 commit b975f43
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -2940,9 +2940,10 @@
1.15.28 fix: fix stock_hk_valuation_baidu interface
1.15.29 fix: fix option_dce_daily interface
1.15.30 fix: fix fund_etf_category_sina interface
1.15.31 fix: fix stock_zt_pool_strong_em interface
"""

__version__ = "1.15.30"
__version__ = "1.15.31"
__author__ = "AKFamily"

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

## 更新说明详情

1.15.31 fix: fix stock_zt_pool_strong_em interface

1. 修复 stock_zt_pool_strong_em 接口
2. 修复 stock_zt_pool_sub_new_em 接口
3. 修复 stock_zt_pool_zbgc_em 接口

1.15.30 fix: fix fund_etf_category_sina interface

1. 修复 fund_etf_category_sina 接口
Expand Down Expand Up @@ -4781,6 +4787,10 @@

## 版本更新说明

1.15.31 fix: fix stock_zt_pool_strong_em interface

1.15.30 fix: fix fund_etf_category_sina interface

1.15.29 fix: fix option_dce_daily interface

1.15.28 fix: fix stock_hk_valuation_baidu interface
Expand Down

0 comments on commit b975f43

Please sign in to comment.