Skip to content

Commit

Permalink
Merge pull request #633 from kmyk/release/7.5.0
Browse files Browse the repository at this point in the history
RELEASE: 7.5.0
  • Loading branch information
fukatani authored Dec 13, 2019
2 parents 74c2161 + 1ca409f commit e26a0f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 7.5.0 / 2019-12-13

- [#630](https://github.com/kmyk/online-judge-tools/pull/630) update the User-Agent for HackerRank
- [#628](https://github.com/kmyk/online-judge-tools/pull/628) improve the samples parser for AtCoder
- [#627](https://github.com/kmyk/online-judge-tools/pull/627) parse HTML in AOJ when no samples are registered in the official API
- [#626](https://github.com/kmyk/online-judge-tools/pull/626) raise errors when no samples are found
- [#613](https://github.com/kmyk/online-judge-tools/pull/613) fix the issue of `test` subcommand with non-Unicode outputs

## 7.4.0 / 2019-11-29

- [@kawacchu](https://github.com/kawacchu) (AtCoder: [kawacchu](https://atcoder.jp/users/kawacchu)) joined as a maintainer :tada:
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/kmyk/online-judge-tools'
__version_info__ = (7, 4, 0, 'final', 0)
__version_info__ = (7, 5, 0, 'final', 0)
__version__ = '.'.join(map(str, __version_info__[:3]))
__description__ = 'Tools for online-judge services'

0 comments on commit e26a0f5

Please sign in to comment.