From 18b6aad369e0d10cd1b575f86ea2f64eb71a0a14 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 1 Feb 2023 23:55:02 +0200 Subject: [PATCH] Bump version to 6.1.7a2 --- docs | 2 +- examples | 2 +- platformio/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs b/docs index 95c339a7..ba58a6e7 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 95c339a71162dc5bd28090f263e641a563229888 +Subproject commit ba58a6e7cd4138cbcdcca801cc251bbd2871ced2 diff --git a/examples b/examples index f98cb5a9..b7900244 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit f98cb5a9be74b9c87b6e5f3cd530d8d7f0548825 +Subproject commit b7900244c8ec2844dfea80b78b1dafd67855a8fd diff --git a/platformio/__init__.py b/platformio/__init__.py index 579701ab..6872e760 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, "7a1") +VERSION = (6, 1, "7a2") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"