Version bump to 1.2.0 (issues #5 #100 #105 #112 #113 #114 #115 #116 #117 #120 #122 #125)

This commit is contained in:
Ivan Kravets
2015-03-20 22:29:51 +02:00
parent e82f8dc086
commit cef16ab1c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Release History 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>`__ * Added full support of `mbed <http://docs.platformio.org/en/latest/frameworks/mbed.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 = (1, 2, "0.dev2") VERSION = (1, 2, 0)
__version__ = ".".join([str(s) for s in VERSION]) __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"