forked from platformio/platformio-core
Merge tag 'v5.2.0' into develop
Bump version to 5.2.0
This commit is contained in:
@ -8,7 +8,7 @@ PlatformIO Core 5
|
||||
|
||||
**A professional collaborative platform for embedded development**
|
||||
|
||||
5.2.0 (2021-??-??)
|
||||
5.2.0 (2021-09-13)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* **PlatformIO Debugging**
|
||||
|
2
docs
2
docs
Submodule docs updated: 90aa599093...c9d2ef9abe
@ -14,7 +14,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
VERSION = (5, 2, "0b1")
|
||||
VERSION = (5, 2, 0)
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user