diff --git a/HISTORY.rst b/HISTORY.rst index 15cd39fd..2c41f427 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release Notes PlatformIO 2.0 -------------- -2.8.2 (2016-01-??) +2.8.2 (2016-01-29) ~~~~~~~~~~~~~~~~~~ * Corrected RAM size for NXP LPC1768 based boards diff --git a/platformio/__init__.py b/platformio/__init__.py index bfaec0e2..234572c2 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (2, 8, "2.dev0") +VERSION = (2, 8, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"