From 950b724c113f561a8940fd40daee63a61ced32ed Mon Sep 17 00:00:00 2001 From: jindaxiang Date: Fri, 10 May 2024 01:01:50 +0800 Subject: [PATCH] feat: add version 1.13.66 --- 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 c4617711a61..565cf4238dc 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -2777,9 +2777,10 @@ 1.13.63 fix: fix index_detail_hist_cni interface 1.13.64 fix: fix stock_lh_yyb_most interface 1.13.65 fix: fix stock_financial_report_sina interface +1.13.66 fix: fix stock_lhb_yytj_sina interface """ -__version__ = "1.13.65" +__version__ = "1.13.66" __author__ = "AKFamily" import sys diff --git a/docs/changelog.md b/docs/changelog.md index 3fdcd6cef1a..43f579492c5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -78,6 +78,10 @@ ## 更新说明详情 +1.13.66 fix: fix stock_lhb_yytj_sina interface + + 1. 修复 stock_lhb_yytj_sina 接口 + 1.13.65 fix: fix stock_financial_report_sina interface 1. 修复 stock_financial_report_sina 接口 @@ -4049,6 +4053,8 @@ ## 版本更新说明 +1.13.66 fix: fix stock_lhb_yytj_sina interface + 1.13.65 fix: fix stock_financial_report_sina interface 1.13.64 fix: fix stock_lh_yyb_most interface