Skip to content

Commit

Permalink
feat: add version 1.14.43
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Jul 26, 2024
1 parent accf82b commit c8071ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 2 additions & 10 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2853,9 +2853,10 @@
1.14.40 fix: fix fund_open_fund_rank_em interface
1.14.41 fix: fix fund_report_asset_allocation_cninfo interface
1.14.42 fix: fix stock_new_gh_cninfo interface
1.14.43 fix: fix stock_share_change_cninfo interface
"""

__version__ = "1.14.42"
__version__ = "1.14.43"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -4823,15 +4824,6 @@
stock_jgdy_detail_em,
)

"""
IT桔子
"""
from akshare.fortune.fortune_it_juzi import (
death_company,
maxima_company,
nicorn_company,
)

"""
新浪主力连续接口
"""
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@

## 更新说明详情

1.14.43 fix: fix stock_share_change_cninfo interface

1. 修复 stock_share_change_cninfo 接口

1.14.42 fix: fix stock_new_gh_cninfo interface

1. 修复 stock_new_gh_cninfo 接口
Expand Down Expand Up @@ -4404,6 +4408,8 @@

## 版本更新说明

1.14.43 fix: fix stock_share_change_cninfo interface

1.14.42 fix: fix stock_new_gh_cninfo interface

1.14.41 fix: fix fund_report_asset_allocation_cninfo interface
Expand Down

0 comments on commit c8071ea

Please sign in to comment.