Skip to content

Commit

Permalink
feat: add version 1.15.44
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Dec 9, 2024
1 parent 4173ac9 commit becb53d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
28 changes: 2 additions & 26 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2953,9 +2953,10 @@
1.15.41 fix: fix macro_china_fdi interface
1.15.42 fix: fix get_roll_yield_bar interface
1.15.43 fix: fix macro_china_urban_unemployment interface
1.15.44 fix: fix index_detail_hist_adjust_cni interface
"""

__version__ = "1.15.43"
__version__ = "1.15.44"
__author__ = "AKFamily"

import sys
Expand Down Expand Up @@ -5274,14 +5275,6 @@
macro_china_nbs_region
)

"""
全球期货
"""
from akshare.futures.futures_international import (
futures_global_commodity_hist,
futures_global_commodity_name_url_map,
)

"""
外汇
"""
Expand All @@ -5307,23 +5300,6 @@
option_gfex_daily,
)

"""
英为财情-债券
"""
from akshare.bond.bond_investing import (
bond_investing_global,
bond_investing_global_country_name_url,
)

"""
英为财情-指数
"""
from akshare.index.index_investing import (
index_investing_global,
index_investing_global_area_index_name_code,
index_investing_global_area_index_name_url,
)

"""
99期货-期货库存数据
"""
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@

## 更新说明详情

1.15.44 fix: fix index_detail_hist_adjust_cni interface

1. 修复 index_detail_hist_adjust_cni 接口
2. 移除 英为财情 相关接口

1.15.43 fix: fix macro_china_urban_unemployment interface

1. 修复 macro_china_urban_unemployment 接口
Expand Down Expand Up @@ -4838,6 +4843,8 @@

## 版本更新说明

1.15.44 fix: fix index_detail_hist_adjust_cni interface

1.15.43 fix: fix macro_china_urban_unemployment interface

1.15.42 fix: fix get_roll_yield_bar interface
Expand Down

0 comments on commit becb53d

Please sign in to comment.