From 2a2d7fab24a42dc0ad7c177c8528a148ddbbe424 Mon Sep 17 00:00:00 2001 From: Ratanak Lun Date: Thu, 8 Aug 2019 20:51:35 -0400 Subject: [PATCH] Release v2.0.0 --- README.md | 3 +++ changelog | 3 +++ setup.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a8598..78b50cd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ allows direct modification to libtorrent settings and has preset support. This plugin adds a preference page to both GtkUI and WebUI. +The current major version is 2.x. It targets Deluge 2.x and Python 3. +If you have an older version of Deluge, please use v0.3.1. + WARNING: Modify settings at your own risk! For information about each setting, see the libtorrent [manual](http://www.rasterbar.com/products/libtorrent/manual.html#session-customization). diff --git a/changelog b/changelog index 1dbc0a8..f8d7977 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +Version 2.0.0 +- Update to support Deluge 2.x and Python 3 + Version 0.3.1 - Fix hang when using Deluge from Debian 9 repo - Improve compatibility of presets diff --git a/setup.py b/setup.py index 7cbb23a..0e268bf 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ __plugin_name__ = "ltConfig" __author__ = "Ratanak Lun" __author_email__ = "ratanakvlun@gmail.com" -__version__ = "0.3.1" +__version__ = "2.0.0" __url__ = "http://github.com/ratanakvlun" __license__ = "GPLv3" __description__ = "Modify libtorrent settings"