From 1f34464dd85c21be9dcb858c3ee8815751de60c3 Mon Sep 17 00:00:00 2001 From: jindaxiang Date: Sun, 29 Sep 2024 16:37:53 +0800 Subject: [PATCH] feat: add version 1.14.87 --- 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 07e9a593296..1be214746f1 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -2897,9 +2897,10 @@ 1.14.84 fix: fix drewry_wci_index interface 1.14.85 fix: fix stock_profit_forecast_em interface 1.14.86 fix: fix stock_comment_detail_scrd_focus_em interface +1.14.87 fix: fix stock_hot_search_baidu interface """ -__version__ = "1.14.86" +__version__ = "1.14.87" __author__ = "AKFamily" import sys diff --git a/docs/changelog.md b/docs/changelog.md index 9ccacecf732..d55dc53f4e3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -80,6 +80,10 @@ ## 更新说明详情 +1.14.87 fix: fix stock_hot_search_baidu interface + + 1. 修复 stock_hot_search_baidu 接口 + 1.14.86 fix: fix stock_comment_detail_scrd_focus_em interface 1. 修复 stock_comment_detail_scrd_focus_em 接口 @@ -4586,6 +4590,8 @@ ## 版本更新说明 +1.14.87 fix: fix stock_hot_search_baidu interface + 1.14.86 fix: fix stock_comment_detail_scrd_focus_em interface 1.14.85 fix: fix stock_profit_forecast_em interface