Bump version to 3.6.6a1

This commit is contained in:
Ivan Kravets
2019-03-14 20:16:15 +02:00
parent 326eb4a681
commit 86e4641101
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: 768ccfd2b4...7349afe055

View File

@ -14,7 +14,7 @@
import sys
VERSION = (3, 6, 5)
VERSION = (3, 6, "6a1")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"