Skip to content

Commit

Permalink
Merge pull request #123 from online-judge-tools/release/10.6.0
Browse files Browse the repository at this point in the history
RELEASE: 10.6.0
  • Loading branch information
kmyk authored Nov 25, 2020
2 parents e00fe88 + 304f550 commit e5f3a7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.6.0 / 2020-11-25

- [#116](https://github.com/online-judge-tools/api-client/pull/116) [breaking changes] finished Python 3.5 support
- This breaks some environments, but such environments already reached EOL. The major version is not incremented.
- [#120](https://github.com/online-judge-tools/api-client/pull/120) fix an issue about submissions to Codeforces

## 10.5.0 / 2020-10-14

- [#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.
Expand Down
2 changes: 1 addition & 1 deletion onlinejudge/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
__email__ = '[email protected]'
__license__ = 'MIT License'
__url__ = 'https://github.com/online-judge-tools/api-client'
__version_info__ = (10, 5, 0, 'final', 0)
__version_info__ = (10, 6, 0, 'final', 0)
__version__ = '.'.join(map(str, __version_info__[:3]))
__description__ = 'API client to develop tools for competitive programming'

0 comments on commit e5f3a7f

Please sign in to comment.