forked from platformio/platformio-core
Preparation for the first stable/production release
This commit is contained in:
@ -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>`_)
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user