Skip to content

Commit

Permalink
feat: add version 1.15.61
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Dec 31, 2024
1 parent 94bf400 commit 9ea9a6a
Show file tree
Hide file tree
Showing 2 changed files with 22 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 @@ -2970,9 +2970,10 @@
1.15.58 fix: fix futures_hold_pos_sina interface
1.15.59 fix: fix stock_sy_hy_em interface
1.15.60 fix: fix stock_hot_keyword_em interface
1.15.61 fix: fix stock_zt_pool_strong_em interface
"""

__version__ = "1.15.60"
__version__ = "1.15.61"
__author__ = "AKFamily"

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

## 更新说明详情

1.15.61 fix: fix stock_zt_pool_strong_em interface

1. 修复 stock_zt_pool_strong_em 接口
2. 新增 index_option_1000index_min_qvix 接口
3. 新增 index_option_1000index_qvix 接口
4. 新增 index_option_100etf_min_qvix 接口
5. 新增 index_option_100etf_qvix 接口
6. 新增 index_option_300index_min_qvix 接口
7. 新增 index_option_300index_qvix 接口
8. 新增 index_option_500etf_min_qvix 接口
9. 新增 index_option_500etf_qvix 接口
10. 新增 index_option_50index_min_qvix 接口
11. 新增 index_option_50index_qvix 接口
12. 新增 index_option_cyb_min_qvix 接口
13. 新增 index_option_cyb_qvix 接口
14. 新增 index_option_kcb_min_qvix 接口
15. 新增 index_option_kcb_qvix 接口

1.15.60 fix: fix stock_hot_keyword_em interface

1. 修复 stock_hot_keyword_em 接口
Expand Down Expand Up @@ -4911,6 +4929,8 @@

## 版本更新说明

1.15.61 fix: fix stock_zt_pool_strong_em interface

1.15.60 fix: fix stock_hot_keyword_em interface

1.15.59 fix: fix stock_sy_hy_em interface
Expand Down

0 comments on commit 9ea9a6a

Please sign in to comment.