Skip to content

Commit a8fc8e0

Browse files
committed
feat: add version 1.16.51
1 parent d03421a commit a8fc8e0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

akshare/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3059,9 +3059,10 @@
30593059
1.16.48 fix: fix stock_individual_basic_info_xq interface
30603060
1.16.49 fix: fix index_zh_a_hist_min_em interface
30613061
1.16.50 fix: fix futures_inventory_99 interface
3062+
1.16.51 fix: fix stock_individual_basic_info_xq interface
30623063
"""
30633064

3064-
__version__ = "1.16.50"
3065+
__version__ = "1.16.51"
30653066
__author__ = "AKFamily"
30663067

30673068
import sys

docs/changelog.md

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

8282
## 更新说明详情
8383

84+
1.16.51 fix: fix stock_individual_basic_info_xq interface
85+
86+
1. 修复 stock_individual_basic_info_xq 接口
87+
2. 修复 stock_individual_basic_info_us_xq 接口
88+
3. 修复 stock_individual_basic_info_hk_xq 接口
89+
4. 修复 stock_ebs_lg 接口
90+
5. 修复 stock_zh_a_st_em 接口
91+
6. 修复 stock_zh_a_new_em 接口
92+
7. 修复 stock_zh_a_stop_em 接口
93+
8. 修复 stock_zh_a_new 接口
94+
8495
1.16.50 fix: fix futures_inventory_99 interface
8596

8697
1. 修复 futures_inventory_99 接口
@@ -5366,6 +5377,8 @@
53665377

53675378
## 版本更新说明
53685379

5380+
1.16.51 fix: fix stock_individual_basic_info_xq interface
5381+
53695382
1.16.50 fix: fix futures_inventory_99 interface
53705383

53715384
1.16.49 fix: fix index_zh_a_hist_min_em interface

0 commit comments

Comments
 (0)