diff --git a/HISTORY.rst b/HISTORY.rst index 27403d49..3543d3df 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,8 +4,8 @@ Release Notes PlatformIO 2.0 -------------- -2.9.5 (2016-06-??) -~~~~~~~~~~~~~~~~~~ +2.10.0 (2016-06-13) +~~~~~~~~~~~~~~~~~~~ * Added support for `emonPi `__, the OpenEnergyMonitor system diff --git a/platformio/__init__.py b/platformio/__init__.py index e2520348..5e508f39 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (2, 9, "5.dev3") +VERSION = (2, 10, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"