Bump version to 6.1.6a1

This commit is contained in:
Ivan Kravets
2022-11-01 20:54:20 +02:00
parent c763f4b3a3
commit c870c09d67
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@ PlatformIO Core 6
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
6.1.6 (2022-??-??)
~~~~~~~~~~~~~~~~~~
6.1.5 (2022-11-01)
~~~~~~~~~~~~~~~~~~

View File

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