Skip to content

Commit

Permalink
feat: add version 1.13.91
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jun 3, 2024
1 parent cbf0586 commit ab48bb9
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -2802,9 +2802,10 @@
1.13.88 fix: fix index_price_cflp interface
1.13.89 fix: fix stock_zh_index_daily interface
1.13.90 fix: fix stock_zh_valuation_baidu interface
1.13.91 fix: fix stock_buffett_index_lg interface
"""

__version__ = "1.13.90"
__version__ = "1.13.91"
__author__ = "AKFamily"

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

## 更新说明详情

1.13.91 fix: fix stock_buffett_index_lg interface

1. 修复 stock_buffett_index_lg 接口
2. 修复 futures_hold_pos_sina 接口

1.13.90 fix: fix stock_zh_valuation_baidu interface

1. 修复 stock_zh_valuation_baidu 接口
Expand Down Expand Up @@ -4164,6 +4169,8 @@

## 版本更新说明

1.13.91 fix: fix stock_buffett_index_lg interface

1.13.90 fix: fix stock_zh_valuation_baidu interface

1.13.89 fix: fix stock_zh_index_daily interface
Expand Down

0 comments on commit ab48bb9

Please sign in to comment.