forked from platformio/platformio-core
Add "pio" command line alias for "platformio" command // Resolve #447
This commit is contained in:
@ -7,6 +7,8 @@ PlatformIO 2.0
|
|||||||
2.7.2 (2016-01-??)
|
2.7.2 (2016-01-??)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Added ``pio`` command line alias for ``platformio`` command
|
||||||
|
(`issue #447 <https://github.com/platformio/platformio/issues/447>`_)
|
||||||
* Added SPL-Framework support for Nucleo F401RE board
|
* Added SPL-Framework support for Nucleo F401RE board
|
||||||
(`issue #453 <https://github.com/platformio/platformio/issues/453>`_)
|
(`issue #453 <https://github.com/platformio/platformio/issues/453>`_)
|
||||||
* Added ``upload_resetmethod`` option to `Project Configuration File platformio.ini <http://docs.platformio.org/en/latest/projectconf.html>`__
|
* Added ``upload_resetmethod`` option to `Project Configuration File platformio.ini <http://docs.platformio.org/en/latest/projectconf.html>`__
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = (2, 7, "2.dev2")
|
VERSION = (2, 7, "2.dev3")
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
Reference in New Issue
Block a user