Skip to content

Commit

Permalink
Merge pull request #802 from online-judge-tools/release/10.1.2
Browse files Browse the repository at this point in the history
RELEASE: 10.1.2
  • Loading branch information
kmyk authored Aug 21, 2020
2 parents 5d31225 + 6517398 commit 0cad50b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 10.1.2 / 2020-08-22

- [#801](https://github.com/online-judge-tools/oj/pull/801) fix a bug of logging on Windows `cmd.exe`

## 10.1.1 / 2020-08-14

- [#797](https://github.com/online-judge-tools/oj/pull/797) add a hint message to install WebDriver
Expand Down
2 changes: 1 addition & 1 deletion onlinejudge_command/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
__email__ = '[email protected]'
__license__ = 'MIT License'
__url__ = 'https://github.com/online-judge-tools/oj'
__version_info__ = (10, 1, 1, 'final', 0)
__version_info__ = (10, 1, 2, 'final', 0)
__version__ = '.'.join(map(str, __version_info__[:3]))
__description__ = 'CLI tool to solve problems of competitive programming'

0 comments on commit 0cad50b

Please sign in to comment.