From 1e0adcfdc4dc9005f54024fd1d4be103047cd7cb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 15 Jul 2015 19:45:56 +0300 Subject: [PATCH] Bump to 2.2.1a0 --- HISTORY.rst | 4 ++++ platformio/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index a35eea41..570d69c2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,10 @@ Release History 2.2.1 (2015-??-??) ------------------ +* Project generator for `CLion IDE `__ + (`issue #132 `_) +* Updated ``tool-bossac`` package to 1.5 version for `atmelsam `__ platform + (`issue #251 `_) * Fixed incorrect arguments handling for `platformio serialports monitor `_ command (`issue #248 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index d6303802..2dbb6b98 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (2, 2, "1.dev1") +VERSION = (2, 2, "1a0") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"