Version bump to 2.2.2 (issues #247, #253, #254, #255, #257, #260)

This commit is contained in:
Ivan Kravets
2015-07-30 18:54:06 +03:00
parent e6be7ab3b5
commit e488d53950
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Release History Release History
=============== ===============
2.2.2 (2015-??-??) 2.2.2 (2015-07-30)
------------------ ------------------
* Integration with `Atom IDE <http://docs.platformio.org/en/latest/ide/atom.html>`__ * Integration with `Atom IDE <http://docs.platformio.org/en/latest/ide/atom.html>`__

View File

@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <me@ikravets.com> # Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details. # See LICENSE for details.
VERSION = (2, 2, "2.dev0") VERSION = (2, 2, 2)
__version__ = ".".join([str(s) for s in VERSION]) __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"