Skip to content

Commit b3848bf

Browse files
authored
Merge pull request #34 from online-judge-tools/release/10.0.6
RELEASE: 10.0.6
2 parents 251d377 + a44cdc9 commit b3848bf

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.0.6 / 2020-05-04
4+
5+
- [#33](https://github.com/online-judge-tools/api-client/pull/33) fix the workaround added at v10.0.5
6+
- [#32](https://github.com/online-judge-tools/api-client/pull/32) fix the bug about the default cookie path
7+
38
## 10.0.5 / 2020-05-04
49

510
- [#30](https://github.com/online-judge-tools/api-client/pull/30) add another workaround for the same problem to 10.0.3

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