diff --git a/HISTORY.rst b/HISTORY.rst index 68085ebe97..5aa6b40d93 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release Notes PlatformIO 2.0 -------------- -2.9.2 (2016-??-??) +2.9.2 (2016-06-02) ~~~~~~~~~~~~~~~~~~ * Simplified `Continuous Integration with AppVeyor `__ diff --git a/platformio/__init__.py b/platformio/__init__.py index d8d227166b..e6127e1312 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (2, 9, "2.dev0") +VERSION = (2, 9, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"