Preparation for the first stable/production release

This commit is contained in:
Ivan Kravets
2014-06-21 22:44:57 +03:00
parent a4fb655403
commit ea71a24e6d
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
Release History Release History
=============== ===============
0.3.0 (2014-06-21) 1.0.0 (?)
--------- ---------
0.3.0 (2014-06-21)
------------------
* Allowed to pass multiple "SomePlatform" to install/uninstall commands * Allowed to pass multiple "SomePlatform" to install/uninstall commands
* Added "IDE Integration" section to README with Eclipse project examples * Added "IDE Integration" section to README with Eclipse project examples
* Created auto installer script for *PlatformIO* (`issue #3 <https://github.com/ivankravets/platformio/issues/3>`_) * Created auto installer script for *PlatformIO* (`issue #3 <https://github.com/ivankravets/platformio/issues/3>`_)

View File

@ -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 = (0, 3, 0) VERSION = (1, 0, "0-dev")
__version__ = ".".join([str(s) for s in VERSION]) __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"