diff --git a/HISTORY.rst b/HISTORY.rst index 8c48325e..db7910d7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ Release History =============== -1.5.0 (2015-05-??) +1.5.0 (2015-05-15) ------------------ * Added support of `Framework mbed `_ diff --git a/platformio/__init__.py b/platformio/__init__.py index 0c27b955..4c17b089 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (1, 5, "0.dev0") +VERSION = (1, 5, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"