Skip to content

Commit

Permalink
Release/1.0.6.1 (#77)
Browse files Browse the repository at this point in the history
* Update changelog.md

* update version
  • Loading branch information
kyuridenamida authored Jan 13, 2019
1 parent ae4469e commit dbae39d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.0.6.1 / 2018-01-13
- [#76](https://github.com/kyuridenamida/atcoder-tools/pull/76) Fix a bug the default templates are wrong.

## 1.0.6 / 2018-01-13
- [#68](https://github.com/kyuridenamida/atcoder-tools/pull/68) Support custom code generator specification.
- [#69](https://github.com/kyuridenamida/atcoder-tools/pull/69) Support template file specification in toml.
Expand Down
2 changes: 1 addition & 1 deletion atcodertools/release_management/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.6"
__version__ = "1.0.6.1"

0 comments on commit dbae39d

Please sign in to comment.