forked from platformio/platformio-core
Update project description, history and etc
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
examples/ide-eclipse/.metadata
|
examples/ide-eclipse/.metadata
|
||||||
examples/ide-eclipse/RemoteSystemsTempFiles
|
examples/ide-eclipse/RemoteSystemsTempFiles
|
||||||
docs/_build
|
docs/_build
|
||||||
|
dist
|
||||||
|
@ -4,6 +4,9 @@ Release History
|
|||||||
0.8.0 (?)
|
0.8.0 (?)
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
0.7.1 (2014-10-06)
|
||||||
|
------------------
|
||||||
|
|
||||||
* Fixed bug with order for includes in conversation from INO/PDE to CPP
|
* Fixed bug with order for includes in conversation from INO/PDE to CPP
|
||||||
* Automatic detection of port on upload (`issue #15 <https://github.com/ivankravets/platformio/issues/15>`_)
|
* Automatic detection of port on upload (`issue #15 <https://github.com/ivankravets/platformio/issues/15>`_)
|
||||||
* Fixed lib update crashing when no libs are installed (`issue #19 <https://github.com/ivankravets/platformio/issues/19>`_)
|
* Fixed lib update crashing when no libs are installed (`issue #19 <https://github.com/ivankravets/platformio/issues/19>`_)
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
# Copyright (C) Ivan Kravets <me@ikravets.com>
|
||||||
# See LICENSE for details.
|
# See LICENSE for details.
|
||||||
|
|
||||||
VERSION = (0, 8, "0-dev")
|
VERSION = (0, 7, 1)
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
__description__ = ("A cross-platform code builder and library manager")
|
__description__ = ("A cross-platform code builder and library manager "
|
||||||
|
"(Arduino, MSP430, ARM)")
|
||||||
__url__ = "http://platformio.ikravets.com"
|
__url__ = "http://platformio.ikravets.com"
|
||||||
|
|
||||||
__author__ = "Ivan Kravets"
|
__author__ = "Ivan Kravets"
|
||||||
|
Reference in New Issue
Block a user