From 78bf56e32760c37da563bf0c4714fe0125126550 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 5 Sep 2015 23:04:53 +0300 Subject: [PATCH] Version bump to 2.3.0 (issues #234, #252, #256, #263, #268, #270, #272, #274, #277, #279) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ddfe695d90..62b68fb34f 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 54c159e30b..95c2f1ebed 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"