From e488d53950d4006d95185938f73f8c31574ebf7b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 30 Jul 2015 18:54:06 +0300 Subject: [PATCH] Version bump to 2.2.2 (issues #247, #253, #254, #255, #257, #260) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 39c5c828..880f3c02 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ Release History =============== -2.2.2 (2015-??-??) +2.2.2 (2015-07-30) ------------------ * Integration with `Atom IDE `__ diff --git a/platformio/__init__.py b/platformio/__init__.py index 41fd61bb..48b1e7d2 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (2, 2, "2.dev0") +VERSION = (2, 2, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"