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"