forked from platformio/platformio-core
Merge tag 'v6.0.2' into develop
Bump version to 6.0.2
This commit is contained in:
@ -13,7 +13,7 @@ PlatformIO Core 6
|
||||
|
||||
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
|
||||
|
||||
6.0.2 (2022-??-??)
|
||||
6.0.2 (2022-06-01)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Control |UNITTESTING| verbosity with a new multilevel `pio test -v <https://docs.platformio.org/en/latest/core/userguide/cmd_test.html#cmdoption-pio-test-v>`__ command option (`issue #4276 <https://github.com/platformio/platformio-core/issues/4276>`_)
|
||||
|
2
docs
2
docs
Submodule docs updated: 24524cad97...300060ea08
2
examples
2
examples
Submodule examples updated: 3ddfa9975c...6c52fd3277
@ -14,7 +14,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
VERSION = (6, 0, "2rc2")
|
||||
VERSION = (6, 0, 2)
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user