forked from platformio/platformio-core
Merge branch 'release/v2.7.0' into develop
This commit is contained in:
@ -4,9 +4,11 @@ Release History
|
|||||||
PlatformIO 2.0
|
PlatformIO 2.0
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
2.7.0 (2015-12-??)
|
2.7.0 (2015-12-30)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
**Happy New Year!**
|
||||||
|
|
||||||
* Moved SCons to PlatformIO packages. PlatformIO does not require SCons to be
|
* Moved SCons to PlatformIO packages. PlatformIO does not require SCons to be
|
||||||
installed in your system. Significantly simplified installation process of
|
installed in your system. Significantly simplified installation process of
|
||||||
PlatformIO. ``pip install platformio`` rocks!
|
PlatformIO. ``pip install platformio`` rocks!
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = (2, 7, "0.dev15")
|
VERSION = (2, 7, 0)
|
||||||
__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