Skip to content

Commit

Permalink
feat: add version 1.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Oct 27, 2024
1 parent 511b26a commit 33c5a7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2917,9 +2917,10 @@
1.15.5 fix: fix stock_individual_spot_xq interface
1.15.6 fix: fix qdii_e_index_jsl interface
1.15.7 fix: fix index_hist_sw interface
1.15.8 fix: fix fund_individual_basic_info_xq interface
"""

__version__ = "1.15.7"
__version__ = "1.15.8"
__author__ = "AKFamily"

import sys
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.8 fix: fix fund_individual_basic_info_xq interface

1. 修复 fund_individual_basic_info_xq 接口

1.15.7 fix: fix index_hist_sw interface

1. 修复 index_hist_sw 接口
Expand Down Expand Up @@ -4674,6 +4678,8 @@

## 版本更新说明

1.15.8 fix: fix fund_individual_basic_info_xq interface

1.15.7 fix: fix index_hist_sw interface

1.15.6 fix: fix qdii_e_index_jsl interface
Expand Down

0 comments on commit 33c5a7e

Please sign in to comment.