Skip to content

Commit

Permalink
feat: add version 1.14.50
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Aug 4, 2024
1 parent 9936fad commit f0c6438
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 3 additions & 7 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2860,9 +2860,10 @@
1.14.47 fix: fix spot_hog_soozhu interface
1.14.48 add: add spot_hog_year_trend_soozhu interface
1.14.49 fix: fix fortune_rank interface
1.14.50 add: add spot_hog_lean_price_soozhu interface
"""

__version__ = "1.14.49"
__version__ = "1.14.50"
__author__ = "AKFamily"

import sys
Expand All @@ -2887,7 +2888,7 @@
"""
搜猪-生猪大数据-各省均价实时排行榜
"""
from akshare.spot.spot_hog_soozhu import spot_hog_soozhu, spot_hog_year_trend_soozhu
from akshare.spot.spot_hog_soozhu import spot_hog_soozhu, spot_hog_year_trend_soozhu, spot_hog_lean_price_soozhu

"""
知名港股
Expand Down Expand Up @@ -4885,11 +4886,6 @@
amac_person_bond_org_list,
)

"""
世界五百强公司排名接口
"""
from akshare.fortune.fortune_500 import fortune_rank, fortune_rank_eng

"""
申万行业一级
"""
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.50 add: add spot_hog_lean_price_soozhu interface

1. 新增 spot_hog_lean_price_soozhu 接口

1.14.49 fix: fix fortune_rank interface

1. 修复 fortune_rank 接口
Expand Down Expand Up @@ -4433,6 +4437,8 @@

## 版本更新说明

1.14.50 add: add spot_hog_lean_price_soozhu interface

1.14.49 fix: fix fortune_rank interface

1.14.48 add: add spot_hog_year_trend_soozhu interface
Expand Down

0 comments on commit f0c6438

Please sign in to comment.