forked from platformio/platformio-core
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
Release History
|
||||
===============
|
||||
|
||||
1.2.0 (2015-03-??)
|
||||
1.2.0 (2015-03-20)
|
||||
------------------
|
||||
|
||||
* Added full support of `mbed <http://docs.platformio.org/en/latest/frameworks/mbed.html>`__
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
||||
# See LICENSE for details.
|
||||
|
||||
VERSION = (1, 2, "0.dev2")
|
||||
VERSION = (1, 2, 0)
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user