Skip to content

Commit cd4f554

Browse files
committed
Bump version to 6.1.2
1 parent 73089b3 commit cd4f554

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PlatformIO Core 6
1313

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

16-
6.1.2 (2022-07-??)
16+
6.1.2 (2022-07-18)
1717
~~~~~~~~~~~~~~~~~~
1818

1919
* Export a ``PIO_UNIT_TESTING`` macro to the project source files and dependent libraries in the |UNITTESTING| mode

docs

Submodule docs updated from 044b6d2 to 0a58185

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, "2a3")
17+
VERSION = (6, 1, 2)
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio"

0 commit comments

Comments
 (0)