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"