diff --git a/docs b/docs index 441416c3..8486fccd 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 441416c3802d961df6e4083990b2e162a1835acb +Subproject commit 8486fccd5043005ce8de7607cc814d6a619959a5 diff --git a/platformio/__init__.py b/platformio/__init__.py index abd54ed5..171302e6 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 5, "0rc14") +VERSION = (3, 5, "0rc15") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"