Bump version to 3.2.0a1

This commit is contained in:
Ivan Kravets
2016-10-04 01:27:41 +03:00
parent 5bcec6b6a0
commit 09fc30e777
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Release Notes
PlatformIO 3.0
--------------
3.1.1 (2016-??-??)
3.2.0 (2016-??-??)
~~~~~~~~~~~~~~~~~~
* Improved detecting of ARM mbed media disk for uploading

View File

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