Skip to content

Commit

Permalink
feat: add version 1.13.68
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed May 11, 2024
1 parent 1541b85 commit b6b7389
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 @@ -2779,9 +2779,10 @@
1.13.65 fix: fix stock_financial_report_sina interface
1.13.66 fix: fix stock_lhb_yytj_sina interface
1.13.67 fix: fix bond_info_cm interface
1.13.68 fix: fix rate_interbank interface
"""

__version__ = "1.13.67"
__version__ = "1.13.68"
__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 @@ -78,6 +78,12 @@

## 更新说明详情

1.13.68 fix: fix rate_interbank interface

1. 修复 rate_interbank 接口
2. 修复 bond_info_detail_cm 接口
3. 修复 bond_china_close_return 接口

1.13.67 fix: fix bond_info_cm interface

1. 修复 bond_info_cm 接口
Expand Down Expand Up @@ -4057,6 +4063,8 @@

## 版本更新说明

1.13.68 fix: fix rate_interbank interface

1.13.67 fix: fix bond_info_cm interface

1.13.66 fix: fix stock_lhb_yytj_sina interface
Expand Down

0 comments on commit b6b7389

Please sign in to comment.