Skip to content

Commit dc13048

Browse files
committed
Version bump to 2.1.1 (issues #229, #231, #232)
1 parent 18145d2 commit dc13048

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release History
22
===============
33

4-
2.1.1 (2015-??-??)
4+
2.1.1 (2015-06-09)
55
------------------
66

77
* Automatically detect upload port using VID:PID board settings

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PlatformIO
2929
:alt: Join the chat at https://gitter.im/platformio/platformio
3030
:target: https://gitter.im/platformio/platformio
3131
.. image:: https://www.openhub.net/p/platformio/widgets/project_thin_badge.gif
32-
:target: https://www.openhub.net/p/platformio
32+
:target: https://www.openhub.net/p/platformio
3333

3434
`Website + Library Search <http://platformio.org>`_ |
3535
`Documentation <http://docs.platformio.org>`_ |

platformio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) Ivan Kravets <[email protected]>
22
# See LICENSE for details.
33

4-
VERSION = (2, 1, "1.dev4")
4+
VERSION = (2, 1, 1)
55
__version__ = ".".join([str(s) for s in VERSION])
66

77
__title__ = "platformio"

0 commit comments

Comments
 (0)