From 4ff591bd7e19e53af95dc924940187ce806d34c3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 1 Jun 2022 15:55:42 +0300 Subject: [PATCH] Bump version to 6.0.2 --- HISTORY.rst | 2 +- docs | 2 +- examples | 2 +- platformio/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b6bb65ca..e37671e5 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.0.2 (2022-??-??) +6.0.2 (2022-06-01) ~~~~~~~~~~~~~~~~~~ * Control |UNITTESTING| verbosity with a new multilevel `pio test -v `__ command option (`issue #4276 `_) diff --git a/docs b/docs index 24524cad..300060ea 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 24524cad974ff59a8e0b59cdbb1c058dea12617e +Subproject commit 300060ea08be494465b03b427186bee66eda1766 diff --git a/examples b/examples index 3ddfa997..6c52fd32 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 3ddfa9975ccbf1909f88dd8dd04e424a7590a94c +Subproject commit 6c52fd327753f2ca14b575bd8719674b479e1181 diff --git a/platformio/__init__.py b/platformio/__init__.py index 1a12e8df..7fe4bec7 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 0, "2rc2") +VERSION = (6, 0, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"