From 2e64056787bd21221274e2ff28f35e207a93b75b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 23 Jan 2023 13:01:47 +0200 Subject: [PATCH] Bump version to 6.1.6 --- 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 5c84e5fa..b963df38 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -14,7 +14,7 @@ PlatformIO Core 6 **A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.** -6.1.6 (2022-??-??) +6.1.6 (2023-01-23) ~~~~~~~~~~~~~~~~~~ * Added support for Python 3.11 diff --git a/docs b/docs index 5b7d5d49..95c339a7 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 5b7d5d49985a4458394b2ffd91aba5780cc21fe8 +Subproject commit 95c339a71162dc5bd28090f263e641a563229888 diff --git a/platformio/__init__.py b/platformio/__init__.py index bf026151..08d95a79 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, "6rc1") +VERSION = (6, 1, 6) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"