From 73041b71a47376ad885f79068c526f41985fad80 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 29 Jan 2016 14:43:20 +0200 Subject: [PATCH] Version bump to 2.8.0 (issues #441, #444, #447, #453, #458, #465, #470, #474, #476, #483) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7a4083b0..7741e375 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release Notes PlatformIO 2.0 -------------- -2.8.0 (2016-01-??) +2.8.0 (2016-01-29) ~~~~~~~~~~~~~~~~~~ * `PlatformIO IDE `_ for diff --git a/platformio/__init__.py b/platformio/__init__.py index 4444c58e..72df4174 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (2, 8, "0.dev7") +VERSION = (2, 8, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" diff --git a/setup.py b/setup.py index 272131a6..2e38c3d0 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setup( "Topic :: Software Development :: Compilers" ], keywords=[ - "iot", "build tool", "compiler", "builder", "library manager", + "iot", "ide", "build", "compile", "library manager", "embedded", "ci", "continuous integration", "arduino", "mbed", "esp8266", "framework", "ide", "ide integration", "library.json", "make", "cmake", "makefile", "mk"