From a2f3e857608cc4e63343257731a05086b86f3069 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 10 Jan 2024 16:17:02 +0200 Subject: [PATCH] Bump version to 6.1.12 --- 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 10b09bdb03..9624b24486 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -17,7 +17,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.12 (2024-??-??) +6.1.12 (2024-01-10) ~~~~~~~~~~~~~~~~~~~ * Added support for Python 3.12 diff --git a/docs b/docs index 266d076c2e..c3657d698d 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 266d076c2e69d1d33887d99ce8d471f86fbfb334 +Subproject commit c3657d698d29cb8ba02bc709958ec22e7f5def04 diff --git a/platformio/__init__.py b/platformio/__init__.py index 9a0e1490cf..0e79928a26 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, "12rc1") +VERSION = (6, 1, 12) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"