Skip to content

Commit

Permalink
feat: add version 1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Oct 22, 2024
1 parent b390096 commit 0d7a78e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
15 changes: 14 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2915,9 +2915,10 @@
1.15.3 fix: fix stock_share_change_cninfo interface
1.15.4 fix: fix stock_allotment_cninfo interface
1.15.5 fix: fix stock_individual_spot_xq interface
1.15.6 fix: fix qdii_e_index_jsl interface
"""

__version__ = "1.15.5"
__version__ = "1.15.6"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -5381,6 +5382,18 @@
fund_individual_detail_hold_xq,
)

"""
异常处理模块
"""
from .exceptions import (
AkshareException,
APIError,
DataParsingError,
InvalidParameterError,
NetworkError,
RateLimitError,
)

"""
Pro API 设置
"""
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@

## 更新说明详情

1.15.6 fix: fix qdii_e_index_jsl interface

1. 修复 qdii_e_index_jsl 接口

1.15.5 fix: fix stock_individual_spot_xq interface

1. 修复 stock_individual_spot_xq 接口
Expand Down Expand Up @@ -4666,6 +4670,8 @@

## 版本更新说明

1.15.6 fix: fix qdii_e_index_jsl interface

1.15.5 fix: fix stock_individual_spot_xq interface

1.15.4 fix: fix stock_allotment_cninfo interface
Expand Down

0 comments on commit 0d7a78e

Please sign in to comment.