From 091901912397dc653a64659ff70b69263d029903 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 5 Nov 2021 23:19:22 +0200 Subject: [PATCH] Bump version to 5.2.4a1 --- HISTORY.rst | 3 +++ docs | 2 +- platformio/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ff5da7e2..168fc737 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,9 @@ PlatformIO Core 5 **A professional collaborative platform for embedded development** +5.2.4 (2021-??-??) +~~~~~~~~~~~~~~~~~~ + 5.2.3 (2021-11-05) ~~~~~~~~~~~~~~~~~~ diff --git a/docs b/docs index fed771ae..277e3337 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit fed771ae8d8cb6acfe3b19c2e3afd411537ca6f5 +Subproject commit 277e33379b59fa244b1b925488953cde2004486d diff --git a/platformio/__init__.py b/platformio/__init__.py index 61793cfd..7ecfc27c 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 2, 3) +VERSION = (5, 2, "4a1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"