Bump version to 3.4.0b2

This commit is contained in:
Ivan Kravets
2017-05-07 00:43:39 +03:00
parent 866b3e915a
commit 90cefe4809
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager
CORE_PACKAGES = { CORE_PACKAGES = {
"pysite-pioplus": ">=0.3.0,<2", "pysite-pioplus": ">=0.3.0,<2",
"tool-pioplus": ">=0.8.6,<2", "tool-pioplus": ">=0.8.8,<2",
"tool-unity": "~1.20302.1", "tool-unity": "~1.20302.1",
"tool-scons": "~3.20501.2" "tool-scons": "~3.20501.2"
} }