Change development status from beta to Production/Stable

This commit is contained in:
Ivan Kravets
2015-02-27 22:40:15 +02:00
parent 05b722faa1
commit f3f0979f92
2 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,12 @@
Release History
===============
1.0.0 (2015-?)
--------------
1.0.0 (2015-02-27)
------------------
**PlatformIO 1.0 - recommended for production**
* Changed development status from ``beta`` to ``Production/Stable``
* Added support for *ARM*-based credit-card computers:
`Raspberry Pi <http://www.raspberrypi.org>`_,
`BeagleBone <http://beagleboard.org>`_ and `CubieBoard <http://cubieboard.org>`_
@ -64,6 +67,7 @@ Release History
when a version of `requests` package is less then 2.4.0
* Fixed bug with invalid process's "return code" when PlatformIO has internal
error (`issue #81 <https://github.com/ivankravets/platformio/issues/81>`_)
* Several bug fixes, increased stability and performance improvements
0.10.2 (2015-01-06)

View File

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