diff --git a/HISTORY.rst b/HISTORY.rst index 1e4bd697..6c83cbb5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -18,7 +18,7 @@ Unlock the true potential of embedded software development with PlatformIO's collaborative ecosystem, embracing declarative principles, test-driven methodologies, and modern toolchains for unrivaled success. -6.1.14 (2024-??-??) +6.1.14 (2024-03-21) ~~~~~~~~~~~~~~~~~~~ * Introduced the ``--json-output`` option to the `pio test `__ command, enabling users to generate test results in the JSON format diff --git a/docs b/docs index 85286341..670721e9 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 8528634148a1edfdc96966ef6a1eb8456cfd8694 +Subproject commit 670721e9231cdedd1e28f9826759f7db70cab0e8 diff --git a/platformio/__init__.py b/platformio/__init__.py index 49b5bf77..9bb65b5a 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = (6, 1, "14rc1") +VERSION = (6, 1, 14) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"