From 23bbc4d99fef4400a6f58a6c486455ff75a14f67 Mon Sep 17 00:00:00 2001 From: jindaxiang Date: Sun, 8 Sep 2024 17:22:53 +0800 Subject: [PATCH] feat: add version 1.14.74 --- akshare/__init__.py | 3 ++- docs/changelog.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/akshare/__init__.py b/akshare/__init__.py index ad9fdca6beb..1734ba6581b 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -2884,9 +2884,10 @@ 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 +1.14.74 fix: fix stock_gpzy_pledge_ratio_em interface """ -__version__ = "1.14.73" +__version__ = "1.14.74" __author__ = "AKFamily" import sys diff --git a/docs/changelog.md b/docs/changelog.md index 7cff22acce3..e1c44487c49 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -80,6 +80,10 @@ ## 更新说明详情 +1.14.74 fix: fix stock_gpzy_pledge_ratio_em interface + + 1. 修复 stock_gpzy_pledge_ratio_em 接口 + 1.14.73 fix: fix stock_gpzy_profile_em interface 1. 修复 stock_gpzy_profile_em 接口 @@ -4533,6 +4537,8 @@ ## 版本更新说明 +1.14.74 fix: fix stock_gpzy_pledge_ratio_em interface + 1.14.73 fix: fix stock_gpzy_profile_em interface 1.14.72 fix: fix fund_etf_hist_min_em interface