Merge tag 'v6.1.3' into develop

Bump version to v6.1.3
This commit is contained in:
Ivan Kravets
2022-07-18 20:48:22 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ PlatformIO Core 6
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
6.1.3 (2022-07-??)
6.1.3 (2022-07-18)
~~~~~~~~~~~~~~~~~~
* Fixed a regression bug when opening device monitor without any filters (`issue #4363 <https://github.com/platformio/platformio-core/issues/4363>`_)

2
docs

Submodule docs updated: 0a58185b4a...beb6d196ea

View File

@ -14,7 +14,7 @@
import sys
VERSION = (6, 1, "3a1")
VERSION = (6, 1, 3)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"