Skip to content

Commit

Permalink
feat: add version 1.15.37
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Nov 29, 2024
1 parent 3966b02 commit 79dc652
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 @@ -2946,9 +2946,10 @@
1.15.34 fix: fix fund_open_fund_rank_em interface
1.15.35 fix: fix futures_spot_price_daily interface
1.15.36 fix: fix futures_global_em interface
1.15.37 fix: fix stock_individual_spot_xq interface
"""

__version__ = "1.15.36"
__version__ = "1.15.37"
__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.37 fix: fix stock_individual_spot_xq interface

1. 修复 stock_individual_spot_xq 接口

1.15.36 fix: fix futures_global_em interface

1. 修复 futures_global_em 接口
Expand Down Expand Up @@ -4809,6 +4813,8 @@

## 版本更新说明

1.15.37 fix: fix stock_individual_spot_xq interface

1.15.36 fix: fix futures_global_em interface

1.15.35 fix: fix futures_spot_price_daily interface
Expand Down

0 comments on commit 79dc652

Please sign in to comment.