From dd4fff3a79152894be59590bb6c6dec1a5a561c7 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 25 Jan 2021 23:50:41 +0200 Subject: [PATCH] Bump version to 5.1.0rc1 --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 58b77160..e437f689 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ PlatformIO Core 5 **A professional collaborative platform for embedded development** -5.0.5 (2021-??-??) +5.1.0 (2021-??-??) ~~~~~~~~~~~~~~~~~~ * **Build System** diff --git a/platformio/__init__.py b/platformio/__init__.py index 7b9eaeb6..f049e6fd 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 0, "5b5") +VERSION = (5, 1, "0rc1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"