From a7af9bc50e189ee27c94ed5324d52377b118b7c7 Mon Sep 17 00:00:00 2001 From: omaralvarez Date: Fri, 26 Aug 2016 16:30:46 +0200 Subject: [PATCH] Core: Version bump --- autoremoveplus/data/autoremoveplus.js | 11 ----------- setup.py | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/autoremoveplus/data/autoremoveplus.js b/autoremoveplus/data/autoremoveplus.js index fc2f372..4e0d228 100644 --- a/autoremoveplus/data/autoremoveplus.js +++ b/autoremoveplus/data/autoremoveplus.js @@ -674,17 +674,6 @@ Deluge.plugins.autoremoveplus.ui.PreferencePage = Ext.extend(Ext.TabPanel, { this.waitForClient(10); - /*deluge.client.autoremoveplus.get_remove_rules({ - success: function(rules) { - - this.rule_data = Deluge.plugins.autoremoveplus.util.dictToArray(rules); - - - - }, - scope: this - });*/ - }, //TODO destroy diff --git a/setup.py b/setup.py index 4434622..fff672d 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ __plugin_name__ = "AutoRemovePlus" __author__ = "Omar Alvarez" __author_email__ = "osurfer3@hotmail.com" -__version__ = "0.6" +__version__ = "0.6.1" __url__ = "http://github.com/omaralvarez" __license__ = "GPLv3" __description__ = "Auto removal of torrents according to certain parameters"