Skip to content

Commit 1ed46af

Browse files
authored
Merge pull request #87 from online-judge-tools/release/10.2.6
RELEASE: 10.2.6
2 parents ab93e65 + 92e38a6 commit 1ed46af

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.2.6 / 2020-08-08
4+
5+
- [#86](https://github.com/online-judge-tools/api-client/issues/86) fix the breakage of the parser of AtCoder
6+
- [#84](https://github.com/online-judge-tools/api-client/issues/84) remove the feature for Facebook Hacker Cup
7+
38
## 10.2.5 / 2020-07-24
49

510
- [#82](https://github.com/online-judge-tools/api-client/pull/82) fix the bug that happens when GCJ has multiple samples ([@queragion2726](https://github.com/queragion2726))

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