Skip to content

Commit 304f550

Browse files
committed
RELEASE: 10.6.0
1 parent ec016ed commit 304f550

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 10.6.0 / 2020-11-25
4+
5+
- [#116](https://github.com/online-judge-tools/api-client/pull/116) [breaking changes] finished Python 3.5 support
6+
- This breaks some environments, but such environments already reached EOL. The major version is not incremented.
7+
- [#120](https://github.com/online-judge-tools/api-client/pull/120) fix an issue about submissions to Codeforces
8+
39
## 10.5.0 / 2020-10-14
410

511
- [#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.

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