Skip to content

Commit

Permalink
feat: add version 1.13.88
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed May 27, 2024
1 parent d38701c commit 12db81f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2799,9 +2799,10 @@
1.13.85 fix: fix stock_news_em interface
1.13.86 fix: fix futures_foreign_commodity_realtime interface
1.13.87 fix: fix index_detail_cni interface
1.13.88 fix: fix index_price_cflp interface
"""

__version__ = "1.13.87"
__version__ = "1.13.88"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -3891,7 +3892,7 @@
"""
中国公路物流运价、运量指数
"""
from akshare.index.index_cflp import index_cflp_price, index_cflp_volume
from akshare.index.index_cflp import index_price_cflp, index_volume_cflp

"""
赚钱效应分析
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

| AKShare 版本 | 旧接口名称 | 新接口名称 | 修改日期 |
|------------|---------------------------------------------|---------------------------------------------|----------|
| 1.13.88 | index_cflp_volume | index_volume_cflp | 20240527 |
| 1.13.88 | index_cflp_price | index_price_cflp | 20240527 |
| 1.13.19 | car_gasgoo_sale_rank | car_sale_rank_gasgoo | 20240403 |
| 1.13.19 | car_energy_sale_cpca | car_market_fuel_cpca | 20240403 |
| 1.13.15 | car_market_cpca | car_market_total_cpca | 20240331 |
Expand Down Expand Up @@ -78,6 +80,11 @@

## 更新说明详情

1.13.88 fix: fix index_price_cflp interface

1. 修复 index_price_cflp 接口
2. 修复 index_volume_cflp 接口

1.13.87 fix: fix index_detail_cni interface

1. 修复 index_detail_cni 接口
Expand Down Expand Up @@ -4148,6 +4155,8 @@

## 版本更新说明

1.13.88 fix: fix index_price_cflp interface

1.13.87 fix: fix index_detail_cni interface

1.13.86 fix: fix futures_foreign_commodity_realtime interface
Expand Down

0 comments on commit 12db81f

Please sign in to comment.