Skip to content

Commit

Permalink
feat: add version 1.15.14
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Nov 5, 2024
1 parent ac344f3 commit 4d66ee7
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -2923,9 +2923,10 @@
1.15.11 fix: fix stock_individual_spot_xq indicator
1.15.12 fix: fix stock_shareholder_change_ths indicator
1.15.13 fix: fix stock_inner_trade_xq indicator
1.15.14 fix: fix macro_bank_usa_interest_rate indicator
"""

__version__ = "1.15.13"
__version__ = "1.15.14"
__author__ = "AKFamily"

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

## 更新说明详情

1.15.14 fix: fix macro_bank_usa_interest_rate indicator

1. 修复 macro_bank_usa_interest_rate 接口
2. 修复 macro_bank_euro_interest_rate 接口
3. 修复 macro_bank_newzealand_interest_rate 接口
4. 修复 macro_bank_switzerland_interest_rate 接口
5. 修复 macro_bank_english_interest_rate 接口
6. 修复 macro_bank_australia_interest_rate 接口
7. 修复 macro_bank_japan_interest_rate 接口
8. 修复 macro_bank_russia_interest_rate 接口
9. 修复 macro_bank_india_interest_rate 接口
10. 修复 macro_bank_brazil_interest_rate 接口
11. 修复 index_value_hist_funddb 接口

1.15.13 fix: fix stock_inner_trade_xq indicator

1. 修复 stock_inner_trade_xq 接口
Expand Down Expand Up @@ -4700,6 +4714,8 @@

## 版本更新说明

1.15.14 fix: fix macro_bank_usa_interest_rate indicator

1.15.13 fix: fix stock_inner_trade_xq indicator

1.15.12 fix: fix stock_shareholder_change_ths indicator
Expand Down

0 comments on commit 4d66ee7

Please sign in to comment.