Merge branch 'release/v2.10.1'

This commit is contained in:
Ivan Kravets
2016-06-13 21:32:07 +03:00
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ Release Notes
PlatformIO 2.0
--------------
2.10.1 (2016-06-13)
~~~~~~~~~~~~~~~~~~~
* Re-submit a package to PyPI
2.10.0 (2016-06-13)
~~~~~~~~~~~~~~~~~~~

View File

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