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"