Skip to content

Commit

Permalink
version0.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Dec 4, 2023
1 parent 21455f6 commit 317ad4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v0.11.10 - 2023.12.04

### updated

- 更新 2024 交易日历

## v0.11.9 - 2023.07.11

### fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="xalpha",
version="0.11.9",
version="0.11.10",
author="refraction-ray",
author_email="znfesnpbh@gmail.com",
description="all about fund investment",
Expand Down
2 changes: 1 addition & 1 deletion xalpha/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.11.9"
__version__ = "0.11.10"
__author__ = "refraction-ray"
__name__ = "xalpha"

Expand Down

0 comments on commit 317ad4b

Please sign in to comment.