From 249b00df1ae6de62c5c7067be5cd3d7105c1a14c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 1 Jul 2015 18:03:33 +0300 Subject: [PATCH] Version bump to 2.2.0 (issues #233, #238, #239, #240, #242, #243, #244, #245, #246) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6fd21225..bcdc4578 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ Release History =============== -2.2.0 (2015-??-??) +2.2.0 (2015-07-01) ------------------ * Allowed to exclude/include source files from build process using diff --git a/platformio/__init__.py b/platformio/__init__.py index 53cb20f8..4cb7841d 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (2, 2, "0b1") +VERSION = (2, 2, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"