Skip to content

Commit

Permalink
version0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed May 15, 2020
1 parent df5afc4 commit 3014151
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## Unreleased

## v0.8.11 - 2020.05.15
### fixed
* xirrrate 支持调整时间起点,并修改内部 bug
* 允许账单的 date 不出现在第一列
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.8.10",
version="0.8.11",
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.8.10"
__version__ = "0.8.11"
__author__ = "refraction-ray"
__name__ = "xalpha"

Expand Down

0 comments on commit 3014151

Please sign in to comment.