Bump to 0.10.2 (resolve issue #42, #45)

This commit is contained in:
Ivan Kravets
2015-01-06 18:32:06 +02:00
parent 4b7a7d0cf0
commit be224d2d8a
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Release History
===============
0.10.2 (2015-01-?)
------------------
0.10.2 (2015-01-06)
-------------------
* Fixed an issue with ``--json-output`` (`issue #42 <https://github.com/ivankravets/platformio/issues/42>`_)
* Fixed an exception during `platformio upgrade <http://docs.platformio.org/en/latest/userguide/cmd_upgrade.html>`__ under Windows OS (`issue #45 <https://github.com/ivankravets/platformio/issues/45>`_)

View File

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