Bump version to 3.6.0rc1

This commit is contained in:
Ivan Kravets
2018-08-03 21:44:41 +03:00
parent df923bf17e
commit 129146e82e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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.2",
"tool-pioplus": "^1.4.5",
"tool-unity": "~1.20403.0",
"tool-scons": "~2.20501.4"
}