mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Merge branch 'release/v1.3.0' into develop
This commit is contained in:
@ -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>`__
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user