diff --git a/akshare/__init__.py b/akshare/__init__.py index 05b67beb930..a8a1b0c82f3 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -2817,9 +2817,10 @@ 1.14.4 add: add stock_margin_account_info interface 1.14.5 fix: fix stock_margin_account_info interface 1.14.6 fix: fix stock_register_kcb interface +1.14.7 fix: fix index_stock_info interface """ -__version__ = "1.14.6" +__version__ = "1.14.7" __author__ = "AKFamily" import sys diff --git a/docs/changelog.md b/docs/changelog.md index 5e4ae59456a..116f611461b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -80,6 +80,12 @@ ## 更新说明详情 +1.14.7 fix: fix index_stock_info interface + + 1. 修复 index_stock_info 接口 + 2. 修复 index_stock_cons 接口 + 3. 新增 stock_register_bj 接口 + 1.14.6 fix: fix stock_register_kcb interface 1. 修复 stock_register_kcb 接口 @@ -4233,6 +4239,8 @@ ## 版本更新说明 +1.14.7 fix: fix index_stock_info interface + 1.14.6 fix: fix stock_register_kcb interface 1.14.5 fix: fix stock_margin_account_info interface