Skip to content

Commit

Permalink
feat: add version 1.15.28
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Nov 28, 2024
1 parent 2568197 commit 5e7ddf4
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -2944,9 +2944,10 @@
1.15.32 fix: fix stock_info_global_cls interface
1.15.33 add: add stock_value_em interface
1.15.34 fix: fix fund_open_fund_rank_em interface
1.15.35 fix: fix futures_spot_price_daily interface
"""

__version__ = "1.15.34"
__version__ = "1.15.35"
__author__ = "AKFamily"

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

## 更新说明详情

1.15.35 fix: fix futures_spot_price_daily interface

1. 修复 futures_spot_price_daily 接口
2. 修复 futures_global_em 接口

1.15.34 fix: fix fund_open_fund_rank_em interface

1. 修复 fund_open_fund_rank_em 接口
Expand Down

0 comments on commit 5e7ddf4

Please sign in to comment.