Skip to content

Commit 1ee6e13

Browse files
committed
feat: add version 1.16.49
1 parent 187c62e commit 1ee6e13

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
@@ -3057,9 +3057,10 @@
30573057
1.16.46 fix: fix stock_hk_index_spot_em interface
30583058
1.16.47 fix: fix stock_hsgt_stock_statistics_em interface
30593059
1.16.48 fix: fix stock_individual_basic_info_xq interface
3060+
1.16.49 fix: fix index_zh_a_hist_min_em interface
30603061
"""
30613062

3062-
__version__ = "1.16.48"
3063+
__version__ = "1.16.49"
30633064
__author__ = "AKFamily"
30643065

30653066
import sys

docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181

8282
## 更新说明详情
8383

84+
1.16.49 fix: fix index_zh_a_hist_min_em interface
85+
86+
1. 修复 index_zh_a_hist_min_em 接口
87+
8488
1.16.48 fix: fix stock_individual_basic_info_xq interface
8589

8690
1. 修复 stock_individual_basic_info_xq 接口
@@ -5356,6 +5360,8 @@
53565360

53575361
## 版本更新说明
53585362

5363+
1.16.49 fix: fix index_zh_a_hist_min_em interface
5364+
53595365
1.16.48 fix: fix stock_individual_basic_info_xq interface
53605366

53615367
1.16.47 fix: fix stock_hsgt_stock_statistics_em interface

0 commit comments

Comments
 (0)