From dc3e7bd4dfce70f78d7e23fb9a4eb00b9b86c926 Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Wed, 3 Jun 2020 18:43:59 +0200 Subject: [PATCH] Release 0.8.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 647b5f51..85af7bb1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from codecs import open REPO_URL = "https://github.com/ProtoThis/python-synology" -VERSION = "0.8.1" +VERSION = "0.8.2" with open("requirements.txt") as f: required = f.read().splitlines()