diff --git a/HISTORY.rst b/HISTORY.rst index 9f53d186..423b0c19 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ Release History =============== -0.7.0 (?) ---------- +0.7.0 (2014-09-24) +------------------ * Implemented new ``[platformio]`` section for Configuration File with ``home_dir`` option (`issue #14 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index 67cd843e..dcc97ca2 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (0, 7, "0-dev") +VERSION = (0, 7, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"