diff --git a/docs b/docs index 768ccfd2..7349afe0 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 768ccfd2b4a3e508addb48f7f6d1fdebad5d946c +Subproject commit 7349afe05572deec8cdf28378d8339519af9615d diff --git a/platformio/__init__.py b/platformio/__init__.py index d0f05a30..93a24702 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 6, 5) +VERSION = (3, 6, "6a1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"