From e1c9cb2c0043b20e6bb8ebb7312b0b13cd5d1080 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 2 Oct 2015 16:23:46 +0100 Subject: [PATCH] Version bump to 2.3.3 (issues #263, #288, #292, #295, #296, #297) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ff35a841..3c4a5f7d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release History PlatformIO 2.0 -------------- -2.3.3 (2015-??-??) +2.3.3 (2015-10-02) ~~~~~~~~~~~~~~~~~~ * Added support for LightBlue Bean board diff --git a/platformio/__init__.py b/platformio/__init__.py index abc7c932..33f6ab52 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (2, 3, "3.dev3") +VERSION = (2, 3, 3) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"