diff --git a/HISTORY.rst b/HISTORY.rst index ddfe695d..62b68fb3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release History PlatformIO 2.0 -------------- -2.3.0 (2015-??-??) +2.3.0 (2015-09-05) ~~~~~~~~~~~~~~~~~~ * Added diff --git a/platformio/__init__.py b/platformio/__init__.py index 54c159e3..95c2f1eb 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (2, 3, "0rc1") +VERSION = (2, 3, 0) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"