From 73004d0ad88282857840660920751cd5c3b7a600 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 19 Oct 2014 18:01:27 +0300 Subject: [PATCH] Switch to 0.9.0-dev branch --- HISTORY.rst | 3 +++ platformio/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0643a43a..b39ab92c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Release History =============== +0.9.0 (?) +--------- + 0.8.0 (2014-10-19) ------------------ diff --git a/platformio/__init__.py b/platformio/__init__.py index 1ffc750d..ebb74674 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (0, 8, 0) +VERSION = (0, 9, "0-dev") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"