diff --git a/akshare/__init__.py b/akshare/__init__.py index de79370cb40..ad9fdca6beb 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -2883,9 +2883,10 @@ 1.14.70 fix: fix setup.py 1.14.71 fix: fix stock_mda_ym interface 1.14.72 fix: fix fund_etf_hist_min_em interface +1.14.73 fix: fix stock_gpzy_profile_em interface """ -__version__ = "1.14.72" +__version__ = "1.14.73" __author__ = "AKFamily" import sys diff --git a/docs/changelog.md b/docs/changelog.md index 9d5351e7d45..7cff22acce3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -80,6 +80,10 @@ ## 更新说明详情 +1.14.73 fix: fix stock_gpzy_profile_em interface + + 1. 修复 stock_gpzy_profile_em 接口 + 1.14.72 fix: fix fund_etf_hist_min_em interface 1. 修复 fund_etf_hist_min_em 接口 @@ -4529,6 +4533,8 @@ ## 版本更新说明 +1.14.73 fix: fix stock_gpzy_profile_em interface + 1.14.72 fix: fix fund_etf_hist_min_em interface 1.14.71 fix: fix stock_mda_ym interface