Skip to content

Commit 49c4daf

Browse files
author
jindaxiang
committed
feat: add version 1.15.80
1 parent 3f220f8 commit 49c4daf

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
@@ -2989,9 +2989,10 @@
29892989
1.15.77 fix: fix option_czce_daily interface
29902990
1.15.78 fix: fix stock_yzxdr_em interface
29912991
1.15.79 fix: fix stock_new_a_spot_em interface
2992+
1.15.80 fix: fix option_gfex_vol_daily interface
29922993
"""
29932994

2994-
__version__ = "1.15.79"
2995+
__version__ = "1.15.80"
29952996
__author__ = "AKFamily"
29962997

29972998
import sys

docs/changelog.md

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

8181
## 更新说明详情
8282

83+
1.15.80 fix: fix option_gfex_vol_daily interface
84+
85+
1. 修复 option_gfex_vol_daily 接口
86+
2. 修复 option_czce_daily 接口
87+
8388
1.15.79 fix: fix stock_new_a_spot_em interface
8489

8590
1. 修复 stock_new_a_spot_em 接口
@@ -5007,6 +5012,8 @@
50075012

50085013
## 版本更新说明
50095014

5015+
1.15.80 fix: fix option_gfex_vol_daily interface
5016+
50105017
1.15.79 fix: fix stock_new_a_spot_em interface
50115018

50125019
1.15.78 fix: fix stock_yzxdr_em interface

0 commit comments

Comments
 (0)