diff --git a/HISTORY.rst b/HISTORY.rst index ef8cb989..2fbabd97 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ Release History =============== -2.0.0 (2015-??-??) +2.0.0 (2015-05-22) ------------------ * PlatformIO as :ref:`ci` (CI) tool for embedded projects diff --git a/platformio/__init__.py b/platformio/__init__.py index 3c73d16f..0864a676 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (2, 0, "0rc1") +VERSION = (2, 0, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"