Skip to content

Commit 940a71f

Browse files
Release 1.0.4 (kyuridenamida#48)
1 parent 1ae4cb4 commit 940a71f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.0.4 / 2018-12-30
4+
- Fix a bug that requirements.txt is not found during package installation.
5+
- [#44](https://github.com/kyuridenamida/atcoder-tools/pull/44) Implement more parameters for the test script (See PR for details)
6+
7+
38
## 1.0.3 / 2018-12-27
49
- [#41](https://github.com/kyuridenamida/atcoder-tools/pull/41) Cleaner input code generation ([Difference](https://github.com/kyuridenamida/atcoder-tools/commit/34cc603a73c3d455fe95f0fa7669f791c207f927#diff-a7157845521bbb208641f228d4f55aa9))
510

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
recursive-include atcodertools/tools/templates/ *
1+
recursive-include atcodertools/tools/templates/ *
2+
include requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def _requires_from_file(filename):
1818

1919
setup(
2020
name="atcoder-tools",
21-
version="1.0.3",
21+
version="1.0.4",
2222
description="Convenient modules & tools for AtCoder users, written in Python 3.5",
2323
url='https://github.com/kyuridenamida/atcoder-tools',
2424
author='kyuridenamida',

0 commit comments

Comments
 (0)