From 73ddeb021cc0d08e217e84186e01177a0f51e175 Mon Sep 17 00:00:00 2001 From: Anders Jensen Date: Sat, 25 Aug 2018 18:05:12 +0200 Subject: [PATCH] bumped version --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 910f18a..98d7b86 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ The _allow remote_ option is to allow remote add and stream of torrents. # Version Info +## Version 0.10.2 +* Busting cache when waiting for piece +* Math error in calculating size of readable bytes + ## Version 0.10.1 * Small bugfixes related to priorities, should actually make sequential download work. diff --git a/setup.py b/setup.py index 7be06e8..f6f16cf 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ from setuptools import setup, find_packages __plugin_name__ = "Streaming" __author__ = "Anders Jensen" __author_email__ = "johndoee@tidalstream.org" -__version__ = "0.10.1" +__version__ = "0.10.2" __url__ = "https://github.com/JohnDoee/deluge-streaming" __license__ = "GPLv3" __description__ = "Enables streaming of files while downloading them."