Skip to content

Commit ec4b743

Browse files
authored
Merge pull request #871 from online-judge-tools/release/11.2.0
RELEASE: 11.2.0
2 parents 9cd719a + ce9951d commit ec4b743

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 11.2.0 / 2021-04-09
4+
5+
- [#869](https://github.com/online-judge-tools/oj/pull/869) use `gtime` for GNU time on macOS
6+
37
## 11.1.4 / 2021-03-15
48

59
- [#866](https://github.com/online-judge-tools/oj/pull/866) improve error messages of `download` subcommand

onlinejudge_command/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
__email__ = 'kimiyuki95@gmail.com'
44
__license__ = 'MIT License'
55
__url__ = 'https://github.com/online-judge-tools/oj'
6-
__version_info__ = (11, 1, 4, 'final', 0)
6+
__version_info__ = (11, 2, 0, 'final', 0)
77
__version__ = '.'.join(map(str, __version_info__[:3]))
88
__description__ = 'CLI tool to solve problems of competitive programming'

0 commit comments

Comments
 (0)