From 75f68c8be1e86cc27ed30ea8aac93a6f982f185e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 15 Dec 2021 12:46:28 +0200 Subject: [PATCH] Bump version to 5.2.5a1 --- HISTORY.rst | 4 ++++ platformio/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9274b86b..78f1603c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,10 @@ PlatformIO Core 5 **A professional collaborative platform for embedded development** +5.2.5 (2021-12-??) +~~~~~~~~~~~~~~~~~~ + + 5.2.4 (2021-12-15) ~~~~~~~~~~~~~~~~~~ diff --git a/platformio/__init__.py b/platformio/__init__.py index 075823ca..07baf97f 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 2, 4) +VERSION = (5, 2, "5a1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"