From 72ac6c86df352b77103bc8b8c109c490e9c860aa Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 18 Jul 2022 20:48:10 +0300 Subject: [PATCH] Bump version to v6.1.3 --- 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 1a276e45..33bf355d 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.3 (2022-07-??) +6.1.3 (2022-07-18) ~~~~~~~~~~~~~~~~~~ * Fixed a regression bug when opening device monitor without any filters (`issue #4363 `_) diff --git a/docs b/docs index 0a58185b..beb6d196 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 0a58185b4a983db4478cfba41307b02f22461543 +Subproject commit beb6d196ead70c1025340005ba007b3dee11e92a diff --git a/platformio/__init__.py b/platformio/__init__.py index 98195a05..703712d9 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, "3a1") +VERSION = (6, 1, 3) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"