forked from platformio/platformio-core
Merge tag 'v6.1.6' into develop
Bump version to 6.1.6
This commit is contained in:
@ -14,7 +14,7 @@ PlatformIO Core 6
|
||||
|
||||
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
|
||||
|
||||
6.1.6 (2022-??-??)
|
||||
6.1.6 (2023-01-23)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added support for Python 3.11
|
||||
|
2
docs
2
docs
Submodule docs updated: 5b7d5d4998...95c339a711
@ -14,7 +14,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
VERSION = (6, 1, "6rc1")
|
||||
VERSION = (6, 1, 6)
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user