Skip to content

Commit caf6236

Browse files
committed
feat: add version 1.16.39
1 parent c3d104d commit caf6236

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

akshare/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3047,9 +3047,10 @@
30473047
1.16.36 fix: fix stock_intraday_em interface
30483048
1.16.37 fix: fix stock_board_concept_hist_em interface
30493049
1.16.38 fix: fix fund_etf_hist_em interface
3050+
1.16.39 fix: fix option_current_em interface
30503051
"""
30513052

3052-
__version__ = "1.16.38"
3053+
__version__ = "1.16.39"
30533054
__author__ = "AKFamily"
30543055

30553056
import sys

docs/changelog.md

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

8282
## 更新说明详情
8383

84+
1.16.39 fix: fix option_current_em interface
85+
86+
1. 修复 option_current_em 接口
87+
2. 修复 stock_hk_ggt_components_em 接口
88+
8489
1.16.38 fix: fix fund_etf_hist_em interface
8590

8691
1. 修复 fund_etf_hist_em 接口
@@ -5305,6 +5310,8 @@
53055310

53065311
## 版本更新说明
53075312

5313+
1.16.39 fix: fix option_current_em interface
5314+
53085315
1.16.38 fix: fix fund_etf_hist_em interface
53095316

53105317
1.16.37 fix: fix stock_board_concept_hist_em interface

0 commit comments

Comments
 (0)