From 209fd32119dabd7f201982483e4f9a54a69d5b77 Mon Sep 17 00:00:00 2001 From: jindaxiang Date: Sat, 19 Oct 2024 22:47:47 +0800 Subject: [PATCH] feat: add version 1.15.2 --- 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 6a6ff987a6f..bb6370cc10e 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -2911,9 +2911,10 @@ 1.14.98 fix: fix futures_hold_pos_sina interface 1.14.99 fix: fix stock_a_ttm_lyr interface 1.15.1 fix: fix stock_a_all_pb interface +1.15.2 fix: fix stock_index_pe_lg interface """ -__version__ = "1.15.1" +__version__ = "1.15.2" __author__ = "AKFamily" import sys diff --git a/docs/changelog.md b/docs/changelog.md index 4c155c37f6f..a6174a83748 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -80,6 +80,10 @@ ## 更新说明详情 +1.15.2 fix: fix stock_index_pe_lg interface + + 1. 修复 stock_index_pe_lg 接口 + 1.15.1 fix: fix stock_a_all_pb interface 1. 修复 stock_a_all_pb 接口 @@ -4650,6 +4654,8 @@ ## 版本更新说明 +1.15.2 fix: fix stock_index_pe_lg interface + 1.15.1 fix: fix stock_a_all_pb interface 1.14.99 fix: fix stock_a_ttm_lyr interface