Bump version to 3.6.1

This commit is contained in:
Ivan Kravets
2018-10-29 14:10:42 +02:00
parent 8b74b12990
commit 331cd0aa0d
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ Release Notes
PlatformIO 3.0
--------------
3.6.1 (2018-??-??)
3.6.1 (2018-10-29)
~~~~~~~~~~~~~~~~~~
* Generate an `include <http://docs.platformio.org/page/projectconf/section_platformio.html#include-dir>`__ and `test <http://docs.platformio.org/page/projectconf/section_platformio.html#test-dir>`__ directories with a README file when initializing a new project

2
docs

Submodule docs updated: fe57023f08...30c88f6247

View File

@ -14,7 +14,7 @@
import sys
VERSION = (3, 6, "1rc7")
VERSION = (3, 6, 1)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"
@ -26,8 +26,8 @@ __description__ = (
"FPGA, CMSIS, SPL, AVR, Samsung ARTIK, libOpenCM3")
__url__ = "https://platformio.org"
__author__ = "Ivan Kravets"
__email__ = "me@ikravets.com"
__author__ = "PlatformIO"
__email__ = "contact@platformio.org"
__license__ = "Apache Software License"
__copyright__ = "Copyright 2014-present PlatformIO"