From e5940673d7a8471e153c8446a97fcb73054702c2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 25 Apr 2024 11:41:53 +0300 Subject: [PATCH] Bump version to 6.1.16a1 --- HISTORY.rst | 3 +++ platformio/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 33301fca..3358dd3f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -18,6 +18,9 @@ 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.15 (2024-04-25) ~~~~~~~~~~~~~~~~~~~ diff --git a/platformio/__init__.py b/platformio/__init__.py index 878e6329..7c58c5b2 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, 15) +VERSION = (6, 1, "16a1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"