Bump to 2.2.0.dev0

This commit is contained in:
Ivan Kravets
2015-06-17 14:08:22 +03:00
parent 4669dc7f16
commit 5f1f4a1b19
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Release History
===============
2.1.2 (2015-??-??)
2.2.0 (2015-??-??)
------------------
* Allow to specify library compatibility with the all platforms/frameworks using

View File

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