Skip to content

Commit fed47ca

Browse files
author
jindaxiang
committed
feat: add version 1.15.72
1 parent 550baba commit fed47ca

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
@@ -2981,9 +2981,10 @@
29812981
1.15.69 fix: fix index_zh_a_hist_min_em interface
29822982
1.15.70 fix: fix stock_research_report_em interface
29832983
1.15.71 fix: fix stock_dzjy_sctj interface
2984+
1.15.72 fix: fix stock_us_spot interface
29842985
"""
29852986

2986-
__version__ = "1.15.71"
2987+
__version__ = "1.15.72"
29872988
__author__ = "AKFamily"
29882989

29892990
import sys

docs/changelog.md

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

8181
## 更新说明详情
8282

83+
1.15.72 fix: fix stock_us_spot interface
84+
85+
1. 修复 stock_us_spot 接口
86+
8387
1.15.71 fix: fix stock_dzjy_sctj interface
8488

8589
1. 修复 stock_dzjy_sctj 接口
@@ -4974,6 +4978,8 @@
49744978

49754979
## 版本更新说明
49764980

4981+
1.15.72 fix: fix stock_us_spot interface
4982+
49774983
1.15.71 fix: fix stock_dzjy_sctj interface
49784984

49794985
1.15.70 fix: fix stock_research_report_em interface

0 commit comments

Comments
 (0)