Skip to content

Commit

Permalink
feat: add version 1.14.18
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jun 26, 2024
1 parent b4a16e6 commit 527ee05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2828,9 +2828,10 @@
1.14.15 fix: fix energy_carbon_domestic interface
1.14.16 fix: fix index_hist_sw interface
1.14.17 fix: fix stock_board_industry_summary_ths interface
1.14.18 fix: fix currency_pair_map interface
"""

__version__ = "1.14.17"
__version__ = "1.14.18"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -4658,8 +4659,6 @@
英为财情-外汇-货币对历史数据
"""
from akshare.fx.currency_investing import (
currency_hist,
currency_name_code,
currency_pair_map,
)

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.14.18 fix: fix currency_pair_map interface

1. 修复 currency_pair_map 接口

1.14.17 fix: fix stock_board_industry_summary_ths interface

1. 修复 stock_board_industry_summary_ths 接口
Expand Down Expand Up @@ -4289,6 +4293,8 @@

## 版本更新说明

1.14.18 fix: fix currency_pair_map interface

1.14.17 fix: fix stock_board_industry_summary_ths interface

1.14.16 fix: fix index_hist_sw interface
Expand Down

0 comments on commit 527ee05

Please sign in to comment.