Skip to content

Commit 34b7c21

Browse files
authored
Merge pull request #113 from online-judge-tools/release/10.5.0
RELEASE: 10.5.0
2 parents 53bfc24 + 1978207 commit 34b7c21

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.5.0 / 2020-10-14
4+
5+
- [#112](https://github.com/online-judge-tools/api-client/pull/112) deprecate the feature to get detailed info from submissions on AtCoder. The code is broken by update of AtCoder and replaced with placeholders.
6+
- [#111](https://github.com/online-judge-tools/api-client/pull/111) fix some features about yukicoder
7+
38
## 10.4.0 / 2020-09-22
49

510
- [#106](https://github.com/online-judge-tools/api-client/pull/106) add support for Kagamiz Contest System

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, 4, 0, 'final', 0)
7+
__version_info__ = (10, 5, 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)