Skip to content

Commit

Permalink
Merge pull request #786 from online-judge-tools/release/10.0.4
Browse files Browse the repository at this point in the history
RELEASE: 10.0.4
  • Loading branch information
kmyk committed Jul 11, 2020
2 parents d239863 + b3efba3 commit 23efc09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.0.4 / 2020-07-12

- [#783](https://github.com/online-judge-tools/oj/pull/783) remove a workaround for the conflict of a module name
- [#784](https://github.com/online-judge-tools/oj/pull/784) fix an issue about opening webbrowsers under Windows Subsystem for Linux (helped by [@orisano](https://github.com/orisano) and [@southball](https://github.com/southball))
- [#785](https://github.com/online-judge-tools/oj/pull/785) print the versions for user support

## 10.0.3 / 2020-05-04

- [#767](https://github.com/online-judge-tools/oj/pull/767) correct a message to recommend updating packages
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__ = 'kimiyuki95@gmail.com'
__license__ = 'MIT License'
__url__ = 'https://github.com/online-judge-tools/oj'
__version_info__ = (10, 0, 3, 'final', 0)
__version_info__ = (10, 0, 4, 'final', 0)
__version__ = '.'.join(map(str, __version_info__[:3]))
__description__ = 'CLI tool to solve problems of competitive programming'

0 comments on commit 23efc09

Please sign in to comment.