We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be5185 commit dc14bd7Copy full SHA for dc14bd7
platformio/__init__.py
@@ -14,7 +14,7 @@
14
15
import sys
16
17
-VERSION = (6, 1, "5a4")
+VERSION = (6, 1, "5rc1")
18
__version__ = ".".join([str(s) for s in VERSION])
19
20
__title__ = "platformio"
0 commit comments