Bump version to 6.0.2

This commit is contained in:
Ivan Kravets
2022-06-01 15:55:42 +03:00
parent b02335a294
commit 4ff591bd7e
4 changed files with 4 additions and 4 deletions

View File

@ -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

Submodule docs updated: 24524cad97...300060ea08

View File

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