Merge branch 'release/v2.1.1' into develop

This commit is contained in:
Ivan Kravets
2015-06-09 22:21:21 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
VERSION = (2, 1, "1.dev4")
VERSION = (2, 1, 1)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"