forked from platformio/platformio-core
Bump version to 3.2.0
This commit is contained in:
@ -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>`__.
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
VERSION = (3, 2, "0b7")
|
||||
VERSION = (3, 2, 0)
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user