Skip to content

Commit

Permalink
Merge pull request #853 from online-judge-tools/release/11.1.2
Browse files Browse the repository at this point in the history
RELEASE: 11.1.2
  • Loading branch information
kmyk authored Feb 15, 2021
2 parents 6ac3818 + 6f8ff97 commit 199d5c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 11.1.2 / 2021-02-15

- [#852](https://github.com/online-judge-tools/oj/pull/852) show a hint message when cookie.jar is broken
- [#848](https://github.com/online-judge-tools/oj/pull/848) fix a message of generate-input command with --hack option

## 11.1.1 / 2020-11-07

- [#839](https://github.com/online-judge-tools/oj/pull/839) improve the error messages about updating packages ([@granddaifuku](https://github.com/granddaifuku))
Expand Down
2 changes: 1 addition & 1 deletion onlinejudge_command/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
__email__ = '[email protected]'
__license__ = 'MIT License'
__url__ = 'https://github.com/online-judge-tools/oj'
__version_info__ = (11, 1, 1, 'final', 0)
__version_info__ = (11, 1, 2, 'final', 0)
__version__ = '.'.join(map(str, __version_info__[:3]))
__description__ = 'CLI tool to solve problems of competitive programming'

0 comments on commit 199d5c5

Please sign in to comment.