Bump version to 3.4.0a8

This commit is contained in:
Ivan Kravets
2017-04-28 19:00:12 +03:00
parent 1e5df747cd
commit d55f28e3d7
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
import sys
VERSION = (3, 4, "0a7")
VERSION = (3, 4, "0a8")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"

View File

@ -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"
}