From d572794ac63a6777f194d13518368e9f688da1eb Mon Sep 17 00:00:00 2001 From: 7sDream <7seconddream@gmail.com> Date: Fri, 25 May 2018 17:24:31 +0800 Subject: [PATCH] Bump new version: 0.2.0 --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- torrent_parser.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b20fc..5e5f4ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.2.0] - 2018.5.25 + +### Change + +- Just bump version to 0.2.0 to follow semver. + ## [0.1.5rc1] - 2018.4.28 ### Added @@ -69,7 +75,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Available on pip. [@ltfychrise]: https://github.com/ltfychrise -[Unreleased]: https://github.com/7sDream/torrent_parser/compare/v0.1.5rc1...HEAD +[Unreleased]: https://github.com/7sDream/torrent_parser/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/7sDream/torrent_parser/compare/v0.1.5rc1...v0.2.0 [0.1.5rc1]: https://github.com/7sDream/torrent_parser/compare/v0.1.4...v0.1.5rc1 [0.1.4]: https://github.com/7sDream/torrent_parser/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/7sDream/torrent_parser/compare/v0.1.2...v0.1.3 diff --git a/README.md b/README.md index cfc04a9..a71a935 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple parser for `.torrent` file. -Can also edit and write back to torrent format after version 0.1.5. +Can also edit and write back to torrent format after version 0.2.0. ## Install diff --git a/torrent_parser.py b/torrent_parser.py index 23eb190..4ab2c98 100644 --- a/torrent_parser.py +++ b/torrent_parser.py @@ -69,7 +69,7 @@ __all__ = [ 'TorrentFileParser', ] -__version__ = '0.1.5rc1' +__version__ = '0.2.0' def detect(content):