Skip to content

Commit

Permalink
version0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Jul 11, 2023
1 parent 6dceaa1 commit 0b37b17
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,15 @@

## Unreleased

## v0.11.8 -2022.06.04
## v0.11.9 - 2023.07.11

### fixed

- 添加基金号检查,防止 rce 漏洞

- 固定 sqlalchemy 版本

## v0.11.8 -2023.06.04

### fixed

Expand Down Expand Up @@ -48,7 +56,7 @@

- get_daily 增加富途数据源,包括了港股和美股的日线数据

- 增加 xa.cons.avail_dates 函数,用来将日期列表转变为最近的A股交易日列表
- 增加 xa.cons.avail_dates 函数,用来将日期列表转变为最近的 A 股交易日列表

### fixed

Expand Down Expand Up @@ -80,9 +88,9 @@

- 进一步修改申购费自定义的小数点错误:第一笔申购情形

- 修复了 _float 中遇到百分数的 bug
- 修复了 \_float 中遇到百分数的 bug

- 转2修正为可转债类型
- 转 2 修正为可转债类型

## v0.11.2 - 2021.01.01

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

setuptools.setup(
name="xalpha",
version="0.11.8",
version="0.11.9",
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.8"
__version__ = "0.11.9"
__author__ = "refraction-ray"
__name__ = "xalpha"

Expand Down

0 comments on commit 0b37b17

Please sign in to comment.