Skip to content

Commit bd62768

Browse files
authored
Merge pull request #27 from online-judge-tools/release/10.0.3
RELEASE: 10.0.3
2 parents 28739b8 + 6a11dc0 commit bd62768

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 10.0.3 / 2020-05-04
4+
5+
- [#26](https://github.com/online-judge-tools/api-client/pull/26) add a workaround for a problem about installation
6+
37
## 10.0.2 / 2020-05-01
48

59
- [online-judge-tools/oj#738](https://github.com/online-judge-tools/oj/pull/738) fix the lack of the support for a URL format of AOJ ([@knshnb](https://github.com/knshnb))

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