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 3d04f49 commit 4db7850Copy full SHA for 4db7850
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Change Log
2
3
+## 1.1.7.1 / 2020-05-17
4
+- [#201](https://github.com/kyuridenamida/atcoder-tools/pull/201) Fix crash bug of envgen when getting 404
5
## 1.1.7 / 2020-05-17
6
7
#### Patches for the recent AtCoder judge system update
atcodertools/release_management/version.py
@@ -1 +1 @@
-__version__ = "1.1.7"
+__version__ = "1.1.7.1"
0 commit comments