Version bump to 2.8.0 (issues #441, #444, #447, #453, #458, #465, #470, #474, #476, #483)

This commit is contained in:
Ivan Kravets
2016-01-29 14:43:20 +02:00
parent f8419c9184
commit 73041b71a4
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Release Notes
PlatformIO 2.0 PlatformIO 2.0
-------------- --------------
2.8.0 (2016-01-??) 2.8.0 (2016-01-29)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
* `PlatformIO IDE <http://docs.platformio.org/en/latest/ide/atom.html>`_ for * `PlatformIO IDE <http://docs.platformio.org/en/latest/ide/atom.html>`_ for

View File

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

View File

@ -71,7 +71,7 @@ setup(
"Topic :: Software Development :: Compilers" "Topic :: Software Development :: Compilers"
], ],
keywords=[ keywords=[
"iot", "build tool", "compiler", "builder", "library manager", "iot", "ide", "build", "compile", "library manager",
"embedded", "ci", "continuous integration", "arduino", "mbed", "embedded", "ci", "continuous integration", "arduino", "mbed",
"esp8266", "framework", "ide", "ide integration", "library.json", "esp8266", "framework", "ide", "ide integration", "library.json",
"make", "cmake", "makefile", "mk" "make", "cmake", "makefile", "mk"