From 9c6d7b2dae703e4fc60e4035578e523c1b5b88d6 Mon Sep 17 00:00:00 2001 From: Gwendal <47559821+GwendalRaoul@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:53:31 +0100 Subject: [PATCH] New RC version Update tag for 1.4.3rc6 --- python_transport/wirepas_gateway/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_transport/wirepas_gateway/__about__.py b/python_transport/wirepas_gateway/__about__.py index 33950fd5..e34f7e08 100644 --- a/python_transport/wirepas_gateway/__about__.py +++ b/python_transport/wirepas_gateway/__about__.py @@ -19,5 +19,5 @@ __pkg_name__ = "wirepas_gateway" __title__ = "Wirepas Gateway Transport Service" __url__ = "https://github.com/wirepas/gateway" -__version__ = "1.4.3rc5" +__version__ = "1.4.3rc6" __keywords__ = "wirepas connectivity iot mesh"