From 6a7a9a78ae1f6660f321d870b189c6bdc5cc191f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 22 May 2015 21:48:58 +0300 Subject: [PATCH] Version bump to 2.0.0 (issues #108, #134, #148, #151, #152, #154, #158, #167, #168, #171, #173, #174, #177, #179, #182, #192, #197, #204) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"