diff --git a/akshare/__init__.py b/akshare/__init__.py index 7e792918c2e..e86bd6260de 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -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 @@ -4485,6 +4486,7 @@ from akshare.fund.fund_etf_sina import ( fund_etf_hist_sina, fund_etf_category_sina, + fund_etf_dividend_sina, ) """ diff --git a/docs/changelog.md b/docs/changelog.md index 33f70d6b658..e0f46e6639e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 接口 @@ -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