From 331cfb5b54ec344e10820e99cffb4ce084e2a604 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 2 Jun 2016 20:56:52 +0300 Subject: [PATCH] Version bump to 2.9.2 (issues #641, #645, #648, #652, #664, #665, #666, #671, #674) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 68085ebe..5aa6b40d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release Notes PlatformIO 2.0 -------------- -2.9.2 (2016-??-??) +2.9.2 (2016-06-02) ~~~~~~~~~~~~~~~~~~ * Simplified `Continuous Integration with AppVeyor `__ diff --git a/platformio/__init__.py b/platformio/__init__.py index d8d22716..e6127e13 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (2, 9, "2.dev0") +VERSION = (2, 9, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"