3 Commits
0.6.0 ... 0.6.1

Author SHA1 Message Date
JohnDoee
1cf05ed46c Merge branch 'release/0.6.1' 2016-06-24 20:49:35 +02:00
JohnDoee
49c4733a1e bumped version and fixed changelog 2016-06-24 20:49:12 +02:00
JohnDoee
a29a69ba11 Merge tag '0.6.0' into develop
small bugfixes
2016-06-24 20:42:53 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ The _allow remote_ option is to allow remote add and stream of torrents.
# Version Info
## Version 0.6.1
* Should not have been in changelog: Fixed "resume on complete" broken-ness (i hope)
## Version 0.6.0
* Fixed URL encoding error
* Fixed "resume on complete" broken-ness (i hope)

View File

@@ -42,7 +42,7 @@ from setuptools import setup
__plugin_name__ = "Streaming"
__author__ = "John Doee"
__author_email__ = "johndoee@tidalstream.org"
__version__ = "0.6.0"
__version__ = "0.6.1"
__url__ = "https://github.com/JohnDoee/deluge-streaming"
__license__ = "GPLv3"
__description__ = "Enables streaming of files while downloading them."