Skip to content

Commit

Permalink
Update project description, history and etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 6, 2014
1 parent c90ef99 commit 466026b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
examples/ide-eclipse/.metadata
examples/ide-eclipse/RemoteSystemsTempFiles
docs/_build
dist
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Release History
0.8.0 (?)
---------

0.7.1 (2014-10-06)
------------------

* 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>`_)
* Fixed lib update crashing when no libs are installed (`issue #19 <https://github.com/ivankravets/platformio/issues/19>`_)
Expand Down
5 changes: 3 additions & 2 deletions platformio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Copyright (C) Ivan Kravets <[email protected]>
# See LICENSE for details.

VERSION = (0, 8, "0-dev")
VERSION = (0, 7, 1)
__version__ = ".".join([str(s) for s in VERSION])

__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"

__author__ = "Ivan Kravets"
Expand Down

0 comments on commit 466026b

Please sign in to comment.