From e6fd766fff101af48fdbf00adc5975821f104a67 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 14 Sep 2021 13:03:47 +0300 Subject: [PATCH] Bump version to 5.2.1a1 --- 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 fa81cec0..4127fdca 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,9 @@ PlatformIO Core 5 **A professional collaborative platform for embedded development** +5.2.1 (2021-??-??) +~~~~~~~~~~~~~~~~~~ + 5.2.0 (2021-09-13) ~~~~~~~~~~~~~~~~~~ diff --git a/docs b/docs index c9d2ef9a..395b056f 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit c9d2ef9abe4d349465609616fc5c2b69b4a0823d +Subproject commit 395b056f8e6ee5cbb7e622465622e7b08431868f diff --git a/platformio/__init__.py b/platformio/__init__.py index 0314286b..dcb27382 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 2, 0) +VERSION = (5, 2, "1a1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"