From 58641dfe2ae0e16736924a7136d588f80d17db1f Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sat, 7 Oct 2023 15:57:58 +1030 Subject: [PATCH] Version number change prior to merge --- auto_rx/autorx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_rx/autorx/__init__.py b/auto_rx/autorx/__init__.py index 2f98435..427e6c1 100644 --- a/auto_rx/autorx/__init__.py +++ b/auto_rx/autorx/__init__.py @@ -12,7 +12,7 @@ from queue import Queue # MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus. # PATCH - Small changes, or minor feature additions. -__version__ = "1.7.1-beta4" +__version__ = "1.7.1" # Global Variables