diff --git a/HISTORY.rst b/HISTORY.rst index 6f4bd915..10005d1f 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.17 (2024-??-??) +6.1.17 (2025-02-13) ~~~~~~~~~~~~~~~~~~~ * Introduced the `PLATFORMIO_RUN_JOBS `__ environment variable, allowing manual override of the number of parallel build jobs (`issue #5077 `_) diff --git a/docs b/docs index 0417bcf4..f4457401 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 0417bcf453886f42c4e50a0ab665b7edd2bbe56f +Subproject commit f44574013b0efb324a743b8f2ec9208377644ec1 diff --git a/platformio/__init__.py b/platformio/__init__.py index 1f45b7be..7da579cd 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, "17rc1") +VERSION = (6, 1, 17) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"