From 9528083a665aabb404dea4f7255c567d66144e9d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 13 Sep 2021 18:59:53 +0300 Subject: [PATCH] Bump version to 5.2.0 --- 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 cc554130..fa81cec0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ PlatformIO Core 5 **A professional collaborative platform for embedded development** -5.2.0 (2021-??-??) +5.2.0 (2021-09-13) ~~~~~~~~~~~~~~~~~~ * **PlatformIO Debugging** diff --git a/docs b/docs index 90aa5990..c9d2ef9a 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 90aa5990935d04f822c9271b48bdad2e484c07c0 +Subproject commit c9d2ef9abe4d349465609616fc5c2b69b4a0823d diff --git a/platformio/__init__.py b/platformio/__init__.py index 73d2468e..0314286b 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 2, "0b1") +VERSION = (5, 2, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"