Skip to content

Commit

Permalink
feat(stock_cash_flow_sheet_by_yearly_em): fix stock_cash_flow_sheet_b…
Browse files Browse the repository at this point in the history
…y_yearly_em interface

fix stock_cash_flow_sheet_by_yearly_em interface
  • Loading branch information
ak-quant committed May 10, 2022
1 parent 3335c92 commit 5c15c02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1983,9 +1983,10 @@
1.5.61 add: add stock_cash_flow_sheet_by_report_em interface
1.5.62 add: add stock_cash_flow_sheet_by_quarterly_em interface
1.5.63 fix: fix import path problem
1.5.64 fix: fix stock_cash_flow_sheet_by_yearly_em interface
"""

__version__ = "1.5.63"
__version__ = "1.5.64"
__author__ = "AKFamily"

import sys
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@

## 更新说明

1.5.64 fix: fix stock_cash_flow_sheet_by_yearly_em interface

1. 修复 stock_cash_flow_sheet_by_yearly_em 接口,获取现金流量表-按年度接口

1.5.63 fix: fix import path problem

1. 修复 JS 文件及数据文件导入问题,方便在本地调试代码
Expand Down Expand Up @@ -529,6 +533,8 @@

## 版本更新说明

1.5.64 fix: fix stock_cash_flow_sheet_by_yearly_em interface

1.5.63 fix: fix import path problem

1.5.62 add: add stock_cash_flow_sheet_by_quarterly_em interface
Expand Down

0 comments on commit 5c15c02

Please sign in to comment.