diff --git a/HISTORY.rst b/HISTORY.rst index ad3dd7cc..d1137dcc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release History PlatformIO 2.0 -------------- -2.3.2 (2015-09-??) +2.3.2 (2015-09-10) ~~~~~~~~~~~~~~~~~~ * Allowed to use ST-Link uploader for mbed-based projects diff --git a/platformio/__init__.py b/platformio/__init__.py index 0c80f511..90f39185 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (2, 3, "2.dev4") +VERSION = (2, 3, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"