From e0120bc86eccda9d6e540cafdc74b4a49991f3d7 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 5 Dec 2014 00:02:09 +0200 Subject: [PATCH] Ready for v0.9.1 --- HISTORY.rst | 4 ++-- platformio/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0d239714..8ff024cb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ Release History =============== -0.9.1 (?) ---------- +0.9.1 (2014-12-05) +------------------ * Ask user to install platform (when it hasn't been installed yet) within `platformio run `_ diff --git a/platformio/__init__.py b/platformio/__init__.py index c52bc7fa..e2ae4fe1 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, 1) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"