diff --git a/changelog b/changelog index d603533..7fa2ece 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +Version 0.5.1 +- Bugfix: No label error fixed. Version 0.5 - Feature: Exclude torrents based on labels. - Feature: Only remove torrents if under a certain HDD space threshold. diff --git a/setup.py b/setup.py index b247804..978d0d5 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ __plugin_name__ = "AutoRemovePlus" __author__ = "Omar Alvarez" __author_email__ = "osurfer3@hotmail.com" -__version__ = "0.5" +__version__ = "0.5.1" __url__ = "http://github.com/omaralvarez" __license__ = "GPLv3" __description__ = "Auto removal of torrents according to certain parameters"