From 662d28f7b24d1e209d6474c41af08c8d59275bae Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sat, 6 Jan 2024 10:57:53 +1030 Subject: [PATCH] Bump version due to semver issues --- 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 2d9608a..b36c73b 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.1" +__version__ = "1.7.2" # Global Variables