updated readmes

This commit is contained in:
Anders Jensen
2020-07-31 16:18:42 +02:00
parent d0e9780d76
commit 034f0ef331
2 changed files with 6 additions and 2 deletions

View File

@@ -107,7 +107,11 @@ List of URL GET Arguments
# Version Info # Version Info
## Version 0.12.0 ## Version 0.12.2
* Added support for TLS 1.2
## Version 0.12.1
* Fixed small breaking bug * Fixed small breaking bug

View File

@@ -42,7 +42,7 @@ from setuptools import setup, find_packages
__plugin_name__ = "Streaming" __plugin_name__ = "Streaming"
__author__ = "Anders Jensen" __author__ = "Anders Jensen"
__author_email__ = "johndoee@tridentstream.org" __author_email__ = "johndoee@tridentstream.org"
__version__ = "0.12.1" __version__ = "0.12.2"
__url__ = "https://github.com/JohnDoee/deluge-streaming" __url__ = "https://github.com/JohnDoee/deluge-streaming"
__license__ = "GPLv3" __license__ = "GPLv3"
__description__ = "Enables streaming of files while downloading them." __description__ = "Enables streaming of files while downloading them."