Skip to content

Commit

Permalink
Merge pull request #878 from online-judge-tools/release/11.3.1
Browse files Browse the repository at this point in the history
RELEASE: 11.3.1
  • Loading branch information
kmyk authored Jun 14, 2021
2 parents d03cb68 + 1046290 commit 0e385db
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

## 11.3.1 / 2021-06-15

- [#877](https://github.com/online-judge-tools/oj/pull/877) hide a log message in `submit` subcommand

## 11.3.0 / 2021-04-23

- [#862](https://github.com/online-judge-tools/oj/pull/862) allow downloading system cases of AtCoder with `$ oj download --system --dropbox-token=... https://...`
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, 3, 0, 'final', 0)
__version_info__ = (11, 3, 1, 'final', 0)
__version__ = '.'.join(map(str, __version_info__[:3]))
__description__ = 'CLI tool to solve problems of competitive programming'

0 comments on commit 0e385db

Please sign in to comment.