Version bump to 1.3.0 (issues #127 #128 #130 #131 #133 #136 #137 #138 #139 #140)

This commit is contained in:
Ivan Kravets
2015-03-27 17:04:09 +02:00
parent 40d95ace8a
commit 5a0d57f507
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
Release History
===============
1.3.0 (2015-??-??)
1.3.0 (2015-03-27)
------------------
* Moved PlatformIO source code and repositories from Ivan Kravets's account
to `PlatformIO Organisation <https://github.com/platformio>`_
* Moved PlatformIO source code and repositories from `Ivan Kravets <https://github.com/ivankravets>`_
account to `PlatformIO Organisation <https://github.com/platformio>`_
(`issue #138 <https://github.com/platformio/platformio/issues/138>`_)
* Added support for new Arduino based boards by *SparkFun, RepRap, Sanguino* to
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__

View File

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