Version bump to 2.7.0 (issues #319, #382, #386, #391, #394, #397, #400, #403, #404, #406, #407, #417)

This commit is contained in:
Ivan Kravets
2015-12-30 20:24:51 +02:00
parent 4d8265bee2
commit 02480730bb
2 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,11 @@ Release History
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
installed in your system. Significantly simplified installation process of
PlatformIO. ``pip install platformio`` rocks!

View File

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