Merge branch 'release/v3.2.0' into develop

This commit is contained in:
Ivan Kravets
2016-12-07 22:08:45 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Release Notes
PlatformIO 3.0
--------------
3.2.0 (2016-??-??)
3.2.0 (2016-12-07)
~~~~~~~~~~~~~~~~~~
* `PIO Remote™ <http://docs.platformio.org/en/latest/plus/pio-remote.html>`__.

View File

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