Skip to content

Commit

Permalink
Chore: bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcmoura committed Mar 15, 2021
1 parent d6485fd commit f5538b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.1] - 2021-03-14
### Fixed
- Numbers not related to the episode number enclosed by brackets at the end of the filename caused an AttributeError while trying to parse one of the episode number patterns.

## [2.0.0] - 2019-03-19
### Changed
- The season pattern `S<number>` is now parsed and removed from the title.
Expand Down Expand Up @@ -55,7 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Working parser for the majority of anime filenames.

[Unreleased]: https://github.com/igorcmoura/anitopy/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/igorcmoura/anitopy/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/igorcmoura/anitopy/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/igorcmoura/anitopy/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/igorcmoura/anitopy/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/igorcmoura/anitopy/compare/v1.1.0...v1.2.0
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
setup(
name='anitopy',
packages=['anitopy'],
version='2.0.0',
version='2.0.1',
description='An anime video filename parser',
author='Igor Cescon de Moura',
author_email='igorcesconm@gmail.com',
Expand All @@ -26,5 +26,6 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
]
)

0 comments on commit f5538b0

Please sign in to comment.