forked from platformio/platformio-core
This commit is contained in:
@ -1,11 +1,11 @@
|
|||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
1.3.0 (2015-??-??)
|
1.3.0 (2015-03-27)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Moved PlatformIO source code and repositories from Ivan Kravets's account
|
* Moved PlatformIO source code and repositories from `Ivan Kravets <https://github.com/ivankravets>`_
|
||||||
to `PlatformIO Organisation <https://github.com/platformio>`_
|
account to `PlatformIO Organisation <https://github.com/platformio>`_
|
||||||
(`issue #138 <https://github.com/platformio/platformio/issues/138>`_)
|
(`issue #138 <https://github.com/platformio/platformio/issues/138>`_)
|
||||||
* Added support for new Arduino based boards by *SparkFun, RepRap, Sanguino* to
|
* Added support for new Arduino based boards by *SparkFun, RepRap, Sanguino* to
|
||||||
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
|
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
|
||||||
|
@ -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, 3, "0.dev1")
|
VERSION = (1, 3, 0)
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
Reference in New Issue
Block a user