Merge tag '0.9.0' into develop

Bugfixes, Deluge 2
This commit is contained in:
Anders Jensen
2018-02-20 17:57:23 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -44,6 +44,10 @@ The _allow remote_ option is to allow remote add and stream of torrents.
# Version Info
## Version 0.9.0
* Few bugfixes
* Added support for Deluge 2
## Version 0.8.1
* Fixed some small problems and bugs
* better URL execution with GTKUI

View File

@@ -40,9 +40,9 @@
from setuptools import setup
__plugin_name__ = "Streaming"
__author__ = "John Doee"
__author__ = "Anders Jensen"
__author_email__ = "johndoee@tidalstream.org"
__version__ = "0.8.1"
__version__ = "0.9.0"
__url__ = "https://github.com/JohnDoee/deluge-streaming"
__license__ = "GPLv3"
__description__ = "Enables streaming of files while downloading them."