diff --git a/HISTORY.rst b/HISTORY.rst index 44509c13..1068c138 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,10 +13,10 @@ PlatformIO Core 6 **A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.** -6.1.5 (2022-??-??) +6.1.5 (2022-11-01) ~~~~~~~~~~~~~~~~~~ -* Added a new ``enable_proxy_strict_ssl`` setting to disable the proxy server certificate verification (`issue #4432 `_) +* Added a new `enable_proxy_strict_ssl `__ setting to disable the proxy server certificate verification (`issue #4432 `_) * Documented `PlatformIO Core Proxy Configuration `__ * Speeded up device port finder by avoiding loading board HWIDs from development platforms * Improved caching of build metadata in debug mode diff --git a/docs b/docs index 52e86681..f82e7f42 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 52e866813ce4323a8455f482a0501ad391bac40f +Subproject commit f82e7f42668b0f27963ba21792eb72f2504582de diff --git a/platformio/__init__.py b/platformio/__init__.py index 561fe87b..01be8126 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (6, 1, "5rc1") +VERSION = (6, 1, 5) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"