Skip to content

Commit

Permalink
feat: add version 1.13.74
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed May 15, 2024
1 parent b0ae019 commit c172e87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2785,9 +2785,10 @@
1.13.71 fix: fix stock_fhps_detail_ths interface
1.13.72 fix: fix futures_contract_info_shfe interface
1.13.73 fix: fix futures_shfe_warehouse_receipt interface
1.13.74 add: add macro_info_ws interface
"""

__version__ = "1.13.73"
__version__ = "1.13.74"
__author__ = "AKFamily"

import sys
Expand All @@ -2809,6 +2810,11 @@

del sys

"""
华尔街见闻-日历-宏观
"""
from akshare.economic.macro_info_ws import macro_info_ws

"""
数库-A股新闻情绪指数
"""
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@

## 更新说明详情

1.13.74 add: add macro_info_ws interface

1. 新增 macro_info_ws 接口

1.13.73 fix: fix futures_shfe_warehouse_receipt interface

1. 修复 futures_shfe_warehouse_receipt 接口
Expand Down Expand Up @@ -4085,6 +4089,8 @@

## 版本更新说明

1.13.74 add: add macro_info_ws interface

1.13.73 fix: fix futures_shfe_warehouse_receipt interface

1.13.72 fix: fix futures_contract_info_shfe interface
Expand Down

0 comments on commit c172e87

Please sign in to comment.