From d55f28e3d7820ba8ff4b33aaeec84d02a2a4ec2a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 28 Apr 2017 19:00:12 +0300 Subject: [PATCH] Bump version to 3.4.0a8 --- 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 b5c997fc..3813780b 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 4, "0a7") +VERSION = (3, 4, "0a8") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 23c67bb4..5cb8b258 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager CORE_PACKAGES = { "pysite-pioplus": ">=0.3.0,<2", - "tool-pioplus": ">=0.8.1,<2", + "tool-pioplus": ">=0.8.2,<2", "tool-unity": "~1.20302.1", "tool-scons": "~3.20501.2" }