Skip to content

Commit

Permalink
feat: add version 1.15.15
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Nov 5, 2024
1 parent a55753b commit 6a20253
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2924,9 +2924,10 @@
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
1.15.15 add: add macro_bank_china_interest_rate indicator
"""

__version__ = "1.15.14"
__version__ = "1.15.15"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -4839,6 +4840,7 @@
macro_bank_australia_interest_rate,
macro_bank_brazil_interest_rate,
macro_bank_brazil_interest_rate,
macro_bank_china_interest_rate,
macro_bank_english_interest_rate,
macro_bank_euro_interest_rate,
macro_bank_india_interest_rate,
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.15 add: add macro_bank_china_interest_rate indicator

1. 新增 macro_bank_china_interest_rate 接口

1.15.14 fix: fix macro_bank_usa_interest_rate indicator

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

## 版本更新说明

1.15.15 add: add macro_bank_china_interest_rate indicator

1.15.14 fix: fix macro_bank_usa_interest_rate indicator

1.15.13 fix: fix stock_inner_trade_xq indicator
Expand Down

0 comments on commit 6a20253

Please sign in to comment.