Skip to content

Commit

Permalink
feat: add version 1.15.58
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Dec 27, 2024
1 parent 817e8fc commit 3ace1b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 2 additions & 6 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2967,9 +2967,10 @@
1.15.55 fix: fix fund_etf_spot_em interface
1.15.56 fix: fix spot_goods interface
1.15.57 fix: fix add 2025 trade date
1.15.58 fix: fix futures_hold_pos_sina interface
"""

__version__ = "1.15.57"
__version__ = "1.15.58"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -3405,11 +3406,6 @@
"""
from akshare.stock.stock_hot_search_baidu import stock_hot_search_baidu

"""
百度股市通-期货-新闻
"""
from akshare.futures.futures_news_baidu import futures_news_baidu

"""
百度股市通- A 股或指数-股评-投票
"""
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.58 fix: fix futures_hold_pos_sina interface

1. 修复 futures_hold_pos_sina 接口

1.15.57 fix: fix add 2025 trade date

1. 新增 2025 年交易日历
Expand Down Expand Up @@ -4899,6 +4903,8 @@

## 版本更新说明

1.15.58 fix: fix futures_hold_pos_sina interface

1.15.57 fix: fix add 2025 trade date

1.15.56 fix: fix spot_goods interface
Expand Down

0 comments on commit 3ace1b7

Please sign in to comment.