Merge tag 'v3.6.2' into develop

Bump version to 3.6.2
This commit is contained in:
Ivan Kravets
2018-11-29 18:02:58 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Release Notes
PlatformIO 3.0
--------------
3.6.2 (2018-??-??)
3.6.2 (2018-11-29)
~~~~~~~~~~~~~~~~~~
* Improved IntelliSense for `PlatformIO IDE for VSCode <http://docs.platformio.org/page/ide/vscode.html>`__ via passing extra compiler information for C/C++ Code Parser (resolves issues with spurious project's "Problems")

View File

@ -14,7 +14,7 @@
import sys
VERSION = (3, 6, "2rc2")
VERSION = (3, 6, 2)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"