mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Bump version to 3.5.0a6
This commit is contained in:
2
docs
2
docs
Submodule docs updated: d0d8dc7dc3...6e561ca7ba
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = (3, 5, "0a5")
|
VERSION = (3, 5, "0a6")
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
@ -21,9 +21,9 @@ from platformio import __version__, exception, util
|
|||||||
from platformio.managers.package import PackageManager
|
from platformio.managers.package import PackageManager
|
||||||
|
|
||||||
CORE_PACKAGES = {
|
CORE_PACKAGES = {
|
||||||
"contrib-piohome": ">=0.2.0,<2",
|
"contrib-piohome": ">=0.2.1,<2",
|
||||||
"pysite-pioplus": ">=0.4.2,<2",
|
"pysite-pioplus": ">=0.4.2,<2",
|
||||||
"tool-pioplus": ">=0.10.5,<2",
|
"tool-pioplus": ">=0.10.6,<2",
|
||||||
"tool-unity": "~1.20302.1",
|
"tool-unity": "~1.20302.1",
|
||||||
"tool-scons": "~3.20501.2"
|
"tool-scons": "~3.20501.2"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user