Skip to content

Commit

Permalink
变更日志
Browse files Browse the repository at this point in the history
  • Loading branch information
LuuMing committed Oct 29, 2018
1 parent 6398463 commit 5881d50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
@@ -1,5 +1,10 @@
# 变更日志

## 1.0.4

1. core.py 中遍历 repository 时加入对 repository_name 的判断。
2. 取消 clean 命令对空文件夹删除的代码。

## 1.0.3

1. 修复 User 可分析 Repo 为 0 时的导致的报错 by @bestony
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="Grank",
version="1.0.3",
version="1.0.4",
author="LCTT",
author_email="xiqingongzi@gmail.com",
python_requires=">=3.4",
Expand Down

0 comments on commit 5881d50

Please sign in to comment.