Skip to content

Commit

Permalink
Release 1.0.4 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuridenamida authored Dec 29, 2018
1 parent 1ae4cb4 commit 940a71f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.0.4 / 2018-12-30
- Fix a bug that requirements.txt is not found during package installation.
- [#44](https://github.com/kyuridenamida/atcoder-tools/pull/44) Implement more parameters for the test script (See PR for details)


## 1.0.3 / 2018-12-27
- [#41](https://github.com/kyuridenamida/atcoder-tools/pull/41) Cleaner input code generation ([Difference](https://github.com/kyuridenamida/atcoder-tools/commit/34cc603a73c3d455fe95f0fa7669f791c207f927#diff-a7157845521bbb208641f228d4f55aa9))

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include atcodertools/tools/templates/ *
recursive-include atcodertools/tools/templates/ *
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _requires_from_file(filename):

setup(
name="atcoder-tools",
version="1.0.3",
version="1.0.4",
description="Convenient modules & tools for AtCoder users, written in Python 3.5",
url='https://github.com/kyuridenamida/atcoder-tools',
author='kyuridenamida',
Expand Down

0 comments on commit 940a71f

Please sign in to comment.