From 18b18f1c3d1edb54af29a12adbd38f0ae31b5327 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 17 Mar 2021 18:17:40 +0200 Subject: [PATCH] Bump version to 5.1.1 --- HISTORY.rst | 2 +- docs | 2 +- platformio/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7ef436f1..7a93f630 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ PlatformIO Core 5 **A professional collaborative platform for embedded development** -5.1.1 (2021-??-??) +5.1.1 (2021-03-17) ~~~~~~~~~~~~~~~~~~ * Fixed a "The command line is too long" issue with a linking process on Windows (`issue #3827 `_) diff --git a/docs b/docs index fbdd9dbc..3293903c 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit fbdd9dbc2b52c15b20654e22d800797696f01c10 +Subproject commit 3293903cac7c050908b594a838bd5a220e47e2c6 diff --git a/platformio/__init__.py b/platformio/__init__.py index dc56f997..56d356cb 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 1, "1b1") +VERSION = (5, 1, 1) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"