From 9a5f9843b962b107a60f3725b6cb13b6f73c455e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 28 Jul 2018 12:51:52 +0300 Subject: [PATCH] Bump version to 3.6.0a11 --- platformio/__init__.py | 2 +- platformio/managers/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 1458749c..d72d9f15 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 6, "0a10") +VERSION = (3, 6, "0a11") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 7adf504b..7faf4efd 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -23,7 +23,7 @@ from platformio.managers.package import PackageManager CORE_PACKAGES = { "contrib-piohome": "^1.0.2", "contrib-pysite": ">=0.3.2,<2", - "tool-pioplus": "^1.4.0", + "tool-pioplus": "^1.4.2", "tool-unity": "~1.20403.0", "tool-scons": "~2.20501.4" }