Skip to content

Commit

Permalink
feat: add version 1.15.34
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Nov 27, 2024
1 parent e1722fb commit 56f6063
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
11 changes: 2 additions & 9 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2943,9 +2943,10 @@
1.15.31 fix: fix stock_zt_pool_strong_em interface
1.15.32 fix: fix stock_info_global_cls interface
1.15.33 add: add stock_value_em interface
1.15.34 fix: fix fund_open_fund_rank_em interface
"""

__version__ = "1.15.33"
__version__ = "1.15.34"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -4345,14 +4346,6 @@
fund_lcx_rank_em,
)

"""
英为财情-加密货币
"""
from akshare.crypto.crypto_hist_investing import (
crypto_hist,
crypto_name_url_table,
)

"""
电影票房
"""
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.15.34 fix: fix fund_open_fund_rank_em interface

1. 修复 fund_open_fund_rank_em 接口
2. 移除 crypto_hist 接口

1.15.33 add: add stock_value_em interface

1. 修复 stock_value_em 接口
Expand Down Expand Up @@ -4795,6 +4800,8 @@

## 版本更新说明

1.15.34 fix: fix fund_open_fund_rank_em interface

1.15.33 add: add stock_value_em interface

1.15.32 fix: fix stock_info_global_cls interface
Expand Down

0 comments on commit 56f6063

Please sign in to comment.