diff --git a/HISTORY.rst b/HISTORY.rst index 69caccf1..2cf5ea27 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release Notes PlatformIO 2.0 -------------- -2.11.2 (2016-??-??) +2.11.2 (2016-08-02) ~~~~~~~~~~~~~~~~~~~ * Improved support for `Microchip PIC32 `__ development platform and ChipKIT boards diff --git a/platformio/__init__.py b/platformio/__init__.py index 949f6586..1282de0a 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (2, 11, "2.dev3") +VERSION = (2, 11, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"