Bump version to 6.1.1a2

This commit is contained in:
Ivan Kravets
2022-07-08 15:19:25 +03:00
parent 4c2aca4956
commit ee93ca1615
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ PlatformIO Core 6
6.1.1 (2022-??-??)
~~~~~~~~~~~~~~~~~~
* Show "TimeoutError" only in the verbose mode when finding a serial port
* Show "TimeoutError" only in the verbose mode when can not find a serial port
6.1.0 (2022-07-06)
~~~~~~~~~~~~~~~~~~

View File

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