diff --git a/README.md b/README.md index 8f940ef..747c951 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,11 @@ List of URL GET Arguments # Version Info -## Version 0.12.0 +## Version 0.12.2 + +* Added support for TLS 1.2 + +## Version 0.12.1 * Fixed small breaking bug diff --git a/setup.py b/setup.py index 03124aa..70da357 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@tridentstream.org" -__version__ = "0.12.1" +__version__ = "0.12.2" __url__ = "https://github.com/JohnDoee/deluge-streaming" __license__ = "GPLv3" __description__ = "Enables streaming of files while downloading them."