From d6df6cbb5d82f3fc49b6bf29fd00ffddf1dae50c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 30 Oct 2020 18:10:47 +0200 Subject: [PATCH] Bump version to 5.0.2 --- 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 80d24872..41b7ab20 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ PlatformIO Core 5 **A professional collaborative platform for embedded development** -5.0.2 (2020-09-??) +5.0.2 (2020-10-30) ~~~~~~~~~~~~~~~~~~ - Initialize a new project or update the existing passing working environment name and its options (`issue #3686 `_) diff --git a/docs b/docs index 9a9aa895..deae09a8 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 9a9aa8952f35096987d82b00748957ae19556d98 +Subproject commit deae09a880822fb8c0b4973c29f75f2343476d6f diff --git a/platformio/__init__.py b/platformio/__init__.py index b83f1906..55813e69 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 0, "2rc2") +VERSION = (5, 0, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"