Skip to content

Commit 791265b

Browse files
Release 1.0.3 (#42)
* Update setup.py * Add CHANGELOG.md
1 parent 34cc603 commit 791265b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change Log
2+
3+
## 1.0.3 / 2018-12-27
4+
- [#41](https://github.com/kyuridenamida/atcoder-tools/pull/41) Cleaner input code generation ([Difference](https://github.com/kyuridenamida/atcoder-tools/commit/34cc603a73c3d455fe95f0fa7669f791c207f927#diff-a7157845521bbb208641f228d4f55aa9))
5+
6+
## 1.0.2 / 2018-12-26
7+
- No history

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.2",
21+
version="1.0.3",
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)