From dc130482547db126271dbcd872ebdb559e118ee0 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 9 Jun 2015 22:20:53 +0300 Subject: [PATCH] Version bump to 2.1.1 (issues #229, #231, #232) --- HISTORY.rst | 2 +- README.rst | 2 +- platformio/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0f81ad63..f6be44fa 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ Release History =============== -2.1.1 (2015-??-??) +2.1.1 (2015-06-09) ------------------ * Automatically detect upload port using VID:PID board settings diff --git a/README.rst b/README.rst index 8b085762..aff892be 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ PlatformIO :alt: Join the chat at https://gitter.im/platformio/platformio :target: https://gitter.im/platformio/platformio .. image:: https://www.openhub.net/p/platformio/widgets/project_thin_badge.gif - :target: https://www.openhub.net/p/platformio + :target: https://www.openhub.net/p/platformio `Website + Library Search `_ | `Documentation `_ | diff --git a/platformio/__init__.py b/platformio/__init__.py index 128fd088..d0de4173 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (2, 1, "1.dev4") +VERSION = (2, 1, 1) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"