Skip to content

Commit e28360b

Browse files
committed
feat: add version 1.15.60
1 parent d223ed8 commit e28360b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

akshare/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2969,9 +2969,10 @@
29692969
1.15.57 fix: fix add 2025 trade date
29702970
1.15.58 fix: fix futures_hold_pos_sina interface
29712971
1.15.59 fix: fix stock_sy_hy_em interface
2972+
1.15.60 fix: fix stock_hot_keyword_em interface
29722973
"""
29732974

2974-
__version__ = "1.15.59"
2975+
__version__ = "1.15.60"
29752976
__author__ = "AKFamily"
29762977

29772978
import sys

docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080

8181
## 更新说明详情
8282

83+
1.15.60 fix: fix stock_hot_keyword_em interface
84+
85+
1. 修复 stock_hot_keyword_em 接口
86+
8387
1.15.59 fix: fix stock_sy_hy_em interface
8488

8589
1. 修复 stock_sy_hy_em 接口
@@ -4907,6 +4911,8 @@
49074911

49084912
## 版本更新说明
49094913

4914+
1.15.60 fix: fix stock_hot_keyword_em interface
4915+
49104916
1.15.59 fix: fix stock_sy_hy_em interface
49114917

49124918
1.15.58 fix: fix futures_hold_pos_sina interface

0 commit comments

Comments
 (0)