Bump version to 3.5.2rc1

This commit is contained in:
Ivan Kravets
2018-02-24 01:51:07 +02:00
parent cfb9ec77ce
commit e95354afeb
2 changed files with 2 additions and 2 deletions

View File

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