Skip to content

Commit

Permalink
feat: add version 1.15.36
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Nov 29, 2024
1 parent 6b5a5ac commit 66f0ef1
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -2945,9 +2945,10 @@
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
1.15.36 fix: fix futures_global_em interface
"""

__version__ = "1.15.35"
__version__ = "1.15.36"
__author__ = "AKFamily"

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

## 更新说明详情

1.15.36 fix: fix futures_global_em interface

1. 修复 futures_global_em 接口

1.15.35 fix: fix futures_spot_price_daily interface

1. 修复 futures_spot_price_daily 接口
Expand Down Expand Up @@ -4805,6 +4809,10 @@

## 版本更新说明

1.15.36 fix: fix futures_global_em interface

1.15.35 fix: fix futures_spot_price_daily interface

1.15.34 fix: fix fund_open_fund_rank_em interface

1.15.33 add: add stock_value_em interface
Expand Down

0 comments on commit 66f0ef1

Please sign in to comment.