Skip to content

Commit c870c09

Browse files
committed
Bump version to 6.1.6a1
1 parent c763f4b commit c870c09

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ PlatformIO Core 6
1313

1414
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
1515

16+
6.1.6 (2022-??-??)
17+
~~~~~~~~~~~~~~~~~~
18+
1619
6.1.5 (2022-11-01)
1720
~~~~~~~~~~~~~~~~~~
1821

platformio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import sys
1616

17-
VERSION = (6, 1, 5)
17+
VERSION = (6, 1, "6a1")
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio"

0 commit comments

Comments
 (0)