From 2dd01247e1f00b60a57987c8f2ba37996e4be23c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 12 Jul 2016 19:34:14 +0300 Subject: [PATCH] Version bump to 2.11.1 (issues #472, #629, #710, #711, #712, #713, #718) --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 95da8ced..2663748b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release Notes PlatformIO 2.0 -------------- -2.11.1 (2016-??-??) +2.11.1 (2016-07-12) ~~~~~~~~~~~~~~~~~~~ * Added support for Arduino M0, M0 Pro and Tian boards diff --git a/platformio/__init__.py b/platformio/__init__.py index 1bf8e37c..2063af7b 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (2, 11, "1b2") +VERSION = (2, 11, 1) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"