Skip to content

Commit

Permalink
feat: add version 1.14.56
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Aug 10, 2024
1 parent 2a24bfb commit 6481db8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2866,9 +2866,10 @@
1.14.53 add: add spot_hog_three_way_soozhu interface
1.14.54 fix: fix stock_individual_info_em interface
1.14.55 add: add spot_hog_crossbred_soozhu interface
1.14.56 add: add spot_corn_price_soozhu interface
"""

__version__ = "1.14.55"
__version__ = "1.14.56"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -2904,6 +2905,7 @@
spot_hog_lean_price_soozhu,
spot_hog_three_way_soozhu,
spot_hog_crossbred_soozhu,
spot_corn_price_soozhu,
)

"""
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.56 add: add spot_corn_price_soozhu interface

1. 新增 spot_corn_price_soozhu 接口

1.14.55 add: add spot_hog_crossbred_soozhu interface

1. 新增 spot_hog_crossbred_soozhu 接口
Expand Down Expand Up @@ -4458,6 +4462,8 @@

## 版本更新说明

1.14.56 add: add spot_corn_price_soozhu interface

1.14.55 add: add spot_hog_crossbred_soozhu interface

1.14.54 fix: fix stock_individual_info_em interface
Expand Down

0 comments on commit 6481db8

Please sign in to comment.