Skip to content

Commit

Permalink
feat: add version 1.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jun 17, 2024
1 parent f6796d9 commit c431380
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -2817,9 +2817,10 @@
1.14.4 add: add stock_margin_account_info interface
1.14.5 fix: fix stock_margin_account_info interface
1.14.6 fix: fix stock_register_kcb interface
1.14.7 fix: fix index_stock_info interface
"""

__version__ = "1.14.6"
__version__ = "1.14.7"
__author__ = "AKFamily"

import sys
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@

## 更新说明详情

1.14.7 fix: fix index_stock_info interface

1. 修复 index_stock_info 接口
2. 修复 index_stock_cons 接口
3. 新增 stock_register_bj 接口

1.14.6 fix: fix stock_register_kcb interface

1. 修复 stock_register_kcb 接口
Expand Down Expand Up @@ -4233,6 +4239,8 @@

## 版本更新说明

1.14.7 fix: fix index_stock_info interface

1.14.6 fix: fix stock_register_kcb interface

1.14.5 fix: fix stock_margin_account_info interface
Expand Down

0 comments on commit c431380

Please sign in to comment.