diff --git a/HISTORY.rst b/HISTORY.rst index 423b0c19..98dc24a7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ Release History =============== +0.8.0 (?) +--------- + + 0.7.0 (2014-09-24) ------------------ diff --git a/platformio/__init__.py b/platformio/__init__.py index dcc97ca2..b864b011 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (0, 7, 0) +VERSION = (0, 8, "0-dev") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"