Skip to content

Commit

Permalink
feat: add version 1.15.66
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jan 5, 2025
1 parent 530d2f9 commit cd5c366
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -2975,9 +2975,10 @@
1.15.63 fix: fix stock_financial_abstract interface
1.15.64 fix: fix stock_zh_index_value_csindex interface
1.15.65 fix: fix option_czce_daily interface
1.15.66 fix: fix fund_etf_dividend_sina interface
"""

__version__ = "1.15.65"
__version__ = "1.15.66"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -4485,6 +4486,7 @@
from akshare.fund.fund_etf_sina import (
fund_etf_hist_sina,
fund_etf_category_sina,
fund_etf_dividend_sina,
)

"""
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@

## 更新说明详情

1.15.66 fix: fix fund_etf_dividend_sina interface

1. 修复 fund_etf_dividend_sina 接口

1.15.65 fix: fix option_czce_daily interface

1. 修复 option_czce_daily 接口
Expand Down Expand Up @@ -4949,6 +4953,10 @@

## 版本更新说明

1.15.66 fix: fix fund_etf_dividend_sina interface

1.15.65 fix: fix option_czce_daily interface

1.15.64 fix: fix stock_zh_index_value_csindex interface

1.15.63 fix: fix stock_financial_abstract interface
Expand Down

0 comments on commit cd5c366

Please sign in to comment.