From f937eabc1a8d401d65f8b29c3f1c7a5dc3598193 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 22 Mar 2018 16:14:11 +0200 Subject: [PATCH] Handle error connections to the latest news for PIO Home // Resolve #1470 Resolve #1474 Resolve #1478 Resolve #1480 --- platformio/managers/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 63bd456e..109bde4a 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -21,7 +21,7 @@ from platformio import __version__, exception, util from platformio.managers.package import PackageManager CORE_PACKAGES = { - "contrib-piohome": ">=0.9.0,<2", + "contrib-piohome": ">=0.9.1,<2", "contrib-pysite": ">=0.2.0,<2", "tool-pioplus": ">=1.1.1,<2", "tool-unity": "~1.20302.1",