From 03e84fe325a383b78438431c71df3c4aa8f6a745 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 26 Sep 2024 13:13:50 +0300 Subject: [PATCH] Bump version to 6.1.16 --- 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 b4b5fc52..dcfc498a 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.16 (2024-??-??) +6.1.16 (2024-09-26) ~~~~~~~~~~~~~~~~~~~ * Added support for Python 3.13 diff --git a/docs b/docs index 54af3660..dd3d549b 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 54af3660ee1fc8115844c3e7db4604496cd13db0 +Subproject commit dd3d549bdbfac9a30eadeb32e37cbd6f6c6591f7 diff --git a/platformio/__init__.py b/platformio/__init__.py index 958fdd4e..ff315caf 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, "16rc1") +VERSION = (6, 1, 16) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"