Merge tag 'v6.1.2' into develop

Bump version to 6.1.2
This commit is contained in:
Ivan Kravets
2022-07-18 17:26:24 +03:00
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.2 (2022-07-??)
6.1.2 (2022-07-18)
~~~~~~~~~~~~~~~~~~
* Export a ``PIO_UNIT_TESTING`` macro to the project source files and dependent libraries in the |UNITTESTING| mode

2
docs

Submodule docs updated: 044b6d24a6...0a58185b4a

View File

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