From 34c0ccb29fade7d810402b50b7d8f6ccde322532 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 10 Dec 2014 23:11:05 +0200 Subject: [PATCH] Ready for v0.9.2 --- HISTORY.rst | 9 ++++----- platformio/__init__.py | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index c345cb02..f5783f63 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,15 +1,14 @@ Release History =============== -0.9.2 (?) ---------- +0.9.2 (2014-12-10) +------------------ * Replaced "dark blue" by "cyan" colour for the texts (`issue #33 `_) * Added new setting `enable_prompts `_ - and allowed to disable all PlatformIO prompts (useful for cloud compilers) + and allowed to disable all *PlatformIO* prompts (useful for cloud compilers) (`issue #34 `_) -* Fixed compilation bug on Windows with installed MSVC (`issue #18 `_) - +* Fixed compilation bug on *Windows* with installed *MSVC* (`issue #18 `_) 0.9.1 (2014-12-05) diff --git a/platformio/__init__.py b/platformio/__init__.py index c52bc7fa..aa63e746 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (0, 10, "0-dev") +VERSION = (0, 9, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"