From 2c5db646773699641ff646653c0687e250d1517b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 10 Sep 2015 20:44:39 +0300 Subject: [PATCH] Version bump to 2.3.2 (issues #279) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"