From 44fc5163e70c1b96cea3be98b762da115a87e7a6 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 7 Mar 2016 18:34:29 +0200 Subject: [PATCH] Version bump to 2.8.5 (issues #395, #401, #523, #526, #527, #528, #534, #536, #540, #541, #543, #544, #550, #552, #555) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d5b9840ce2..5b57d8ceb2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release Notes PlatformIO 2.0 -------------- -2.8.5 (2016-03-??) +2.8.5 (2016-03-07) ~~~~~~~~~~~~~~~~~~ * Project generator for `NetBeans IDE `__ diff --git a/platformio/__init__.py b/platformio/__init__.py index 92ab3db3ec..710fdf6acc 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (2, 8, "5.dev3") +VERSION = (2, 8, 5) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"