forked from platformio/platformio-core
Merge branch 'release/v2.2.0' into develop
This commit is contained in:
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
||||
# See LICENSE for details.
|
||||
|
||||
VERSION = (2, 2, "0b1")
|
||||
VERSION = (2, 2, 0)
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user