Merge branch 'release/v2.10.3' into develop

This commit is contained in:
Ivan Kravets
2016-06-15 18:46:57 +03:00
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ Release Notes
PlatformIO 2.0
--------------
2.10.3 (2016-06-15)
~~~~~~~~~~~~~~~~~~~
* Fixed issue with ``platformio init --ide`` command
2.10.2 (2016-06-15)
~~~~~~~~~~~~~~~~~~~

View File

@ -14,7 +14,7 @@
import sys
VERSION = (2, 10, 2)
VERSION = (2, 10, 3)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"