diff --git a/HISTORY.rst b/HISTORY.rst index 3543d3df24..998b0e6118 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ~~~~~~~~~~~~~~~~~~~ diff --git a/platformio/__init__.py b/platformio/__init__.py index 5e508f397f..ff8cfe3267 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (2, 10, 0) +VERSION = (2, 10, 1) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"