Skip to content

Commit

Permalink
version0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Jan 2, 2025
1 parent 78e5bcd commit 7b5e348
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## v0.12.1 - 2025.01.02

- 更新 2025 国际市场休息日

- 更新 2025 A 股交易日历

- 增加外部设置 token 的方式,修复雪球数据获取

## v0.12.0 - 2024.04.02

- 增加 2024 国际市场休息日
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="xalpha",
version="0.12.0",
version="0.12.1",
author="refraction-ray",
author_email="[email protected]",
description="all about fund investment",
Expand Down
2 changes: 1 addition & 1 deletion xalpha/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.12.0"
__version__ = "0.12.1"
__author__ = "refraction-ray"
__name__ = "xalpha"

Expand Down

0 comments on commit 7b5e348

Please sign in to comment.