diff --git a/HISTORY.rst b/HISTORY.rst index 8adebc07..c1668e51 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ PlatformIO Core 5 **A professional collaborative platform for embedded development** -5.0.1 (2020-??-??) +5.0.1 (2020-09-10) ~~~~~~~~~~~~~~~~~~ - Added support for "owner" requirement when declaring ``dependencies`` using `library.json `__ diff --git a/docs b/docs index d1043ec0..9bbb0229 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit d1043ec065e5bc4765800123dd8c2d54ce69d605 +Subproject commit 9bbb02295a7f5ce325f1ed90a8b549fb81ce3857 diff --git a/platformio/__init__.py b/platformio/__init__.py index 7552ab76..145ad0cf 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (5, 0, "1b1") +VERSION = (5, 0, 1) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"