Bump new version: 0.2.0

dev v0.2.0
7sDream 2018-05-25 17:24:31 +08:00
parent 550c475bfc
commit d572794ac6
No known key found for this signature in database
GPG Key ID: 72A6D9FCEDDAB75D
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -69,7 +69,7 @@ __all__ = [
'TorrentFileParser',
]
__version__ = '0.1.5rc1'
__version__ = '0.2.0'
def detect(content):