From c2ddc89e46f684f1897db84a71c9b70e404d150a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 6 Jul 2022 16:24:03 +0300 Subject: [PATCH] Bump version to 6.1.0 --- HISTORY.rst | 2 +- docs | 2 +- platformio/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 17987fe0..7ad9d795 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.0 (2022-??-??) +6.1.0 (2022-07-06) ~~~~~~~~~~~~~~~~~~ * **Device Manager** diff --git a/docs b/docs index be6e3e87..f5958b87 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit be6e3e87ecdac12d6dc869fcac42b5cd481fa982 +Subproject commit f5958b875629eac7b9b95932d524952731e79480 diff --git a/platformio/__init__.py b/platformio/__init__.py index 286123a8..1ceb17a7 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, "0rc1") +VERSION = (6, 1, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"