diff --git a/akshare/__init__.py b/akshare/__init__.py index 4e3cf1e68c3..478e62388fe 100644 --- a/akshare/__init__.py +++ b/akshare/__init__.py @@ -2909,9 +2909,10 @@ 1.14.96 fix: fix stock_zt_pool_sub_new_em interface 1.14.97 fix: fix stock_profile_cninfo interface 1.14.98 fix: fix futures_hold_pos_sina interface +1.14.99 fix: fix stock_a_ttm_lyr interface """ -__version__ = "1.14.98" +__version__ = "1.14.99" __author__ = "AKFamily" import sys diff --git a/docs/changelog.md b/docs/changelog.md index 2f069404002..2c4fc98df70 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -80,6 +80,10 @@ ## 更新说明详情 +1.14.99 fix: fix stock_a_ttm_lyr interface + + 1. 修复 stock_a_ttm_lyr 接口 + 1.14.98 fix: fix futures_hold_pos_sina interface 1. 修复 futures_hold_pos_sina 接口 @@ -4642,6 +4646,8 @@ ## 版本更新说明 +1.14.99 fix: fix stock_a_ttm_lyr interface + 1.14.98 fix: fix futures_hold_pos_sina interface 1.14.97 fix: fix stock_profile_cninfo interface