Version bump to 2.1.1 (issues #229, #231, #232)

This commit is contained in:
Ivan Kravets
2015-06-09 22:20:53 +03:00
parent 18145d2c1c
commit dc13048254
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

@ -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 <http://platformio.org>`_ |
`Documentation <http://docs.platformio.org>`_ |

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"