Skip to content

Commit 3d005ac

Browse files
authored
Merge pull request #51 from online-judge-tools/release/10.1.0
RELEASE: 10.1.0
2 parents 902b799 + ffb1ef6 commit 3d005ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 10.1.0 / 2020-05-22
4+
5+
- [#47](https://github.com/online-judge-tools/api-client/pull/47) add Topcoder support only for archived problems
6+
- [#50](https://github.com/online-judge-tools/api-client/pull/50) remove CodeChef support
7+
38
## 10.0.8 / 2020-05-07
49

510
- [#43](https://github.com/online-judge-tools/api-client/pull/43) add a workaround for the another issue about installation

onlinejudge/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
__email__ = '[email protected]'
55
__license__ = 'MIT License'
66
__url__ = 'https://github.com/online-judge-tools/api-client'
7-
__version_info__ = (10, 0, 8, 'final', 0)
7+
__version_info__ = (10, 1, 0, 'final', 0)
88
__version__ = '.'.join(map(str, __version_info__[:3]))
99
__description__ = 'API client to develop tools for competitive programming'

0 commit comments

Comments
 (0)