Bump version to 3.6.0a11

This commit is contained in:
Ivan Kravets
2018-07-28 12:51:52 +03:00
parent 44175f87b1
commit 9a5f9843b9
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
import sys
VERSION = (3, 6, "0a10")
VERSION = (3, 6, "0a11")
__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.0",
"tool-pioplus": "^1.4.2",
"tool-unity": "~1.20403.0",
"tool-scons": "~2.20501.4"
}