Start 1.4.0

This commit is contained in:
Ivan Kravets
2015-04-03 17:41:21 +03:00
parent b86dd33d6e
commit 380937c588
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,17 @@
Release History
===============
1.4.0 (2015-??-??)
------------------
* Integrated PlatformIO with AppVeyor Windows based Continuous Integration system
(`issue #149 <https://github.com/platformio/platformio/issues/149>`_)
* Added support for new Arduino based boards by *SparkFun, BQ, LightUp,
LowPowerLab, RedBearLab, TinyCircuits, WickedDevice* to
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
platform
1.3.0 (2015-03-27)
------------------

View File

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