diff --git a/HISTORY.rst b/HISTORY.rst index e05d6706..db6444eb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/docs b/docs index 044b6d24..0a58185b 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 044b6d24a6e9392a2137b5ab7d2e2f95882773fd +Subproject commit 0a58185b4a983db4478cfba41307b02f22461543 diff --git a/platformio/__init__.py b/platformio/__init__.py index f449d27c..594635e6 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, "2a3") +VERSION = (6, 1, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"