Skip to content

Commit

Permalink
feat: add version 1.15.57
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Dec 26, 2024
1 parent c124960 commit 825dfa8
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 @@ -2966,9 +2966,10 @@
1.15.54 fix: fix stock_sy_profile_em interface
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
"""

__version__ = "1.15.56"
__version__ = "1.15.57"
__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.57 fix: fix add 2025 trade date

1. 新增 2025 年交易日历

1.15.56 fix: fix spot_goods interface

1. 修复 spot_goods 接口
Expand Down Expand Up @@ -4895,6 +4899,8 @@

## 版本更新说明

1.15.57 fix: fix add 2025 trade date

1.15.56 fix: fix spot_goods interface

1.15.55 fix: fix fund_etf_spot_em interface
Expand Down

0 comments on commit 825dfa8

Please sign in to comment.