mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Bump version to 6.1.1a2
This commit is contained in:
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
VERSION = (6, 1, "1a1")
|
||||
VERSION = (6, 1, "1a2")
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user