From 3a133af1a6d8547c43219446f96de37430dc241f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 11 Mar 2025 21:47:22 +0200 Subject: [PATCH] Bump version to 6.1.18 --- HISTORY.rst | 2 +- docs | 2 +- platformio/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9898f2a6..6e262cd8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,7 +19,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.18 (2025-??-??) +6.1.18 (2025-03-11) ~~~~~~~~~~~~~~~~~~~ * Resolved a regression issue that prevented |PIOHOME| from opening external links (`issue #5084 `_) diff --git a/docs b/docs index 43f546e2..70ab7ee2 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 43f546e26dc16f08d00bbfa8a81a7e19f6a66c48 +Subproject commit 70ab7ee27bafd168651fed2afafae6e7c41a22f5 diff --git a/platformio/__init__.py b/platformio/__init__.py index 03f2744c..9db62a0d 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, "18a1") +VERSION = (6, 1, 18) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"