Skip to content

Commit 8529981

Browse files
authored
Merge pull request #163 from online-judge-tools/release/10.10.1
RELEASE: 10.10.1
2 parents 4b1cb82 + 37557b5 commit 8529981

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 10.10.1 / 2022-08-14
4+
5+
- [#146](https://github.com/online-judge-tools/api-client/pull/146) update "Tips" section of README.md
6+
- [#158](https://github.com/online-judge-tools/api-client/pull/158) fix scraping, adapting to changes made by various sites
7+
- [#159](https://github.com/online-judge-tools/api-client/pull/159) fix typos
8+
- [#155](https://github.com/online-judge-tools/api-client/pull/155) adapt to new multi-case tests on Codeforces
9+
- [#161](https://github.com/online-judge-tools/api-client/pull/161) migrate from imp to importlib
10+
- [#162](https://github.com/online-judge-tools/api-client/pull/162) fix JSON schema for results with --compatibility option
11+
312
## 10.10.0 / 2021-08-23
413

514
- [#144](https://github.com/online-judge-tools/api-client/pull/144) add CodeChef support again

onlinejudge/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
__email__ = 'kimiyuki95@gmail.com'
55
__license__ = 'MIT License'
66
__url__ = 'https://github.com/online-judge-tools/api-client'
7-
__version_info__ = (10, 10, 0, 'final', 0)
7+
__version_info__ = (10, 10, 1, '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)