diff --git a/HISTORY.rst b/HISTORY.rst index b7e4d91c00..0643a43a1d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ Release History =============== -0.8.0 (?) ---------- +0.8.0 (2014-10-19) +------------------ * Avoided trademark issues in ``library.json`` with new fields: ``frameworks``, ``platforms`` and ``dependencies`` (`issue #17 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index d53c2bb608..1ffc750da4 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (0, 8, "0-dev") +VERSION = (0, 8, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"