From ee93ca161519c8bf4ad139e11e25c91459d417b4 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 8 Jul 2022 15:19:25 +0300 Subject: [PATCH] Bump version to 6.1.1a2 --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ad63cc38..76faa95b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -16,7 +16,7 @@ PlatformIO Core 6 6.1.1 (2022-??-??) ~~~~~~~~~~~~~~~~~~ -* Show "TimeoutError" only in the verbose mode when finding a serial port +* Show "TimeoutError" only in the verbose mode when can not find a serial port 6.1.0 (2022-07-06) ~~~~~~~~~~~~~~~~~~ diff --git a/platformio/__init__.py b/platformio/__init__.py index 16f1a628..95b43254 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, "1a1") +VERSION = (6, 1, "1a2") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"