Bump version to 6.1.0

This commit is contained in:
Ivan Kravets
2022-07-06 16:24:03 +03:00
parent 1495e24e1e
commit c2ddc89e46
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ PlatformIO Core 6
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
6.1.0 (2022-??-??)
6.1.0 (2022-07-06)
~~~~~~~~~~~~~~~~~~
* **Device Manager**

2
docs

Submodule docs updated: be6e3e87ec...f5958b8756

View File

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