From 10a7e38e1370299793eab4fcbb90f47939906b1c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 15 May 2015 13:00:38 +0200 Subject: [PATCH] Version bump to 1.5.0 (issues #175, #178, #183, #185, #189, #190, #191, #195) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"