Reload command for remote, update, improved docs; Bump to 3.2b2

This commit is contained in:
Ivan Kravets
2016-11-12 00:28:49 +02:00
parent 5670b7af1f
commit 3d5fe149c3
20 changed files with 410 additions and 95 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
import sys
VERSION = (3, 2, "0b1")
VERSION = (3, 2, "0b2")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"