From 90cefe48094511408ed94fa685305ebaab4560ac Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 7 May 2017 00:43:39 +0300 Subject: [PATCH] Bump version to 3.4.0b2 --- 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 06dfa84c..0e29c134 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 4, "0b1") +VERSION = (3, 4, "0b2") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 2d02ce04..8796f8bb 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.6,<2", + "tool-pioplus": ">=0.8.8,<2", "tool-unity": "~1.20302.1", "tool-scons": "~3.20501.2" }