From cef16ab1c0e633ebca843ed1a70e846dba6037cd Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 20 Mar 2015 22:29:51 +0200 Subject: [PATCH] Version bump to 1.2.0 (issues #5 #100 #105 #112 #113 #114 #115 #116 #117 #120 #122 #125) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7a681716..cd912885 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ Release History =============== -1.2.0 (2015-03-??) +1.2.0 (2015-03-20) ------------------ * Added full support of `mbed `__ diff --git a/platformio/__init__.py b/platformio/__init__.py index 960b6672..f40ab4c5 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (1, 2, "0.dev2") +VERSION = (1, 2, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"