Skip to content

Commit

Permalink
version0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Apr 2, 2024
1 parent 81edf38 commit f056d78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v0.12.0 - 2024.04.02

- 增加 2024 国际市场休息日

- 修复中间价 API
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="xalpha",
version="0.11.11",
version="0.12.0",
author="refraction-ray",
author_email="znfesnpbh@gmail.com",
description="all about fund investment",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_universal.py
Expand Up @@ -216,7 +216,7 @@ def __call__(self):

def test_get_ttjj():
assert xa.get_rt("F501018")["name"] == "南方原油A"
assert xa.get_rt("F511600")["type"][:2] == "货币型"
assert xa.get_rt("F511600")["type"][:3] == "货币型"
assert xa.get_rt("F003816")["market"] == "CN"


Expand Down
2 changes: 1 addition & 1 deletion xalpha/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.11.11"
__version__ = "0.12.0"
__author__ = "refraction-ray"
__name__ = "xalpha"

Expand Down

0 comments on commit f056d78

Please sign in to comment.