From f4dba7a68c0b04063dbe04d1c485fcd16dd3129f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 Nov 2020 17:56:12 +0200 Subject: [PATCH] Bump version to 5.0.3 --- 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 adfc71e5..19b9b921 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ PlatformIO Core 5 **A professional collaborative platform for embedded development** -5.0.3 (2020-??-??) +5.0.3 (2020-11-12) ~~~~~~~~~~~~~~~~~~ - Added an error selector for `Sublime Text `__ build runner (`issue #3733 `_) diff --git a/docs b/docs index 0e3e5dd7..8d9e8ef0 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 0e3e5dd7ebe5daeec27fbe45e052fda5e8dd367a +Subproject commit 8d9e8ef02b730c01c39a6e9355ede0111b3eee81 diff --git a/platformio/__init__.py b/platformio/__init__.py index 5f7118cd..5fa70b0a 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 0, "3a2") +VERSION = (5, 0, 3) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"