forked from platformio/platformio-core
This commit is contained in:
@ -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
|
||||||
|
@ -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"
|
||||||
|
2
setup.py
2
setup.py
@ -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"
|
||||||
|
Reference in New Issue
Block a user