Skip to content

Commit

Permalink
Version bump to 2.8.6 (issues #568, #571, #572, #586, #591)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 22, 2016
1 parent d83b128 commit b169f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release Notes
PlatformIO 2.0
--------------

2.8.6 (2016-??-??)
2.8.6 (2016-03-22)
~~~~~~~~~~~~~~~~~~

* Launched `PlatformIO Community Forums <http://community.platformio.org>`_
Expand All @@ -21,8 +21,8 @@ PlatformIO 2.0
* Better handling of used boards when re-initialize/update project
* Improved support for non-Unicode user profiles for Windows OS
* Disabled progress bar for download operations when prompts are disabled
* Fixed multiple definition errors for ST STM32 development platform and mbed
framework
* Fixed multiple definition errors for ST STM32 development platform and
ARM mbed framework
(`issue #571 <https://github.com/platformio/platformio/issues/571>`_)
* Fixed invalid board parameters (reset method and baudrate) for a few
ESP8266 based boards
Expand Down
2 changes: 1 addition & 1 deletion platformio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import sys

VERSION = (2, 8, "6.dev0")
VERSION = (2, 8, 6)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit b169f2e

Please sign in to comment.