Skip to content

Commit 72ac6c8

Browse files
committed
Bump version to v6.1.3
1 parent 8c2a7df commit 72ac6c8

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.3 (2022-07-??)
16+
6.1.3 (2022-07-18)
1717
~~~~~~~~~~~~~~~~~~
1818

1919
* Fixed a regression bug when opening device monitor without any filters (`issue #4363 <https://github.com/platformio/platformio-core/issues/4363>`_)

docs

Submodule docs updated from 0a58185 to beb6d19

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

2020
__title__ = "platformio"

0 commit comments

Comments
 (0)