We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4469e commit dbae39dCopy full SHA for dbae39d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 1.0.6.1 / 2018-01-13
4
+- [#76](https://github.com/kyuridenamida/atcoder-tools/pull/76) Fix a bug the default templates are wrong.
5
+
6
## 1.0.6 / 2018-01-13
7
- [#68](https://github.com/kyuridenamida/atcoder-tools/pull/68) Support custom code generator specification.
8
- [#69](https://github.com/kyuridenamida/atcoder-tools/pull/69) Support template file specification in toml.
atcodertools/release_management/version.py
@@ -1 +1 @@
-__version__ = "1.0.6"
+__version__ = "1.0.6.1"
0 commit comments