Merge tag 'v6.0.0' into develop

Bump version to 6.0.0
This commit is contained in:
Ivan Kravets
2022-05-16 14:22:08 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ PlatformIO Core 6
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
6.0.0 (2022-??-??)
6.0.0 (2022-05-16)
~~~~~~~~~~~~~~~~~~
Please check the `Migration guide from 5.x to 6.0 <https://docs.platformio.org/en/latest/core/migration.html>`__.

2
docs

Submodule docs updated: 4892c24226...6bbb813494

View File

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