From f4535190a352d10fef59f72d0030bf0bb400b65e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 11 Jul 2022 13:33:34 +0300 Subject: [PATCH] Bump version to 6.1.1 --- 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 caa6cf3a..75db03f0 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.1 (2022-??-??) +6.1.1 (2022-07-11) ~~~~~~~~~~~~~~~~~~ * Added new ``monitor_encoding`` project configuration option to configure `Device Monitor `__ (`issue #4350 `_) diff --git a/docs b/docs index d2d72c9a..f4accb77 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit d2d72c9a4e6c51d5bd2bd94fa7019d7bf6995565 +Subproject commit f4accb77c85da86b6bd60670f6e02719db22235c diff --git a/platformio/__init__.py b/platformio/__init__.py index c64935c2..0e360ce3 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, "1rc1") +VERSION = (6, 1, 1) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"