From 5a0d57f50718ebbe02f9d67d2e435fe5f365b56e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 27 Mar 2015 17:04:09 +0200 Subject: [PATCH] Version bump to 1.3.0 (issues #127 #128 #130 #131 #133 #136 #137 #138 #139 #140) --- HISTORY.rst | 6 +++--- platformio/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index c515d89d61..aa9550efcb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,11 +1,11 @@ Release History =============== -1.3.0 (2015-??-??) +1.3.0 (2015-03-27) ------------------ -* Moved PlatformIO source code and repositories from Ivan Kravets's account - to `PlatformIO Organisation `_ +* Moved PlatformIO source code and repositories from `Ivan Kravets `_ + account to `PlatformIO Organisation `_ (`issue #138 `_) * Added support for new Arduino based boards by *SparkFun, RepRap, Sanguino* to `atmelavr `__ diff --git a/platformio/__init__.py b/platformio/__init__.py index a751cbc0f8..d8d3b7bae3 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (1, 3, "0.dev1") +VERSION = (1, 3, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"