From 20d259e96e3f39a3873243f90051473a79588b91 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sun, 24 Mar 2019 17:10:45 +1030 Subject: [PATCH] Switch to semantic versioning. --- auto_rx/autorx/__init__.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/auto_rx/autorx/__init__.py b/auto_rx/autorx/__init__.py index db15df85..f14fec88 100644 --- a/auto_rx/autorx/__init__.py +++ b/auto_rx/autorx/__init__.py @@ -6,7 +6,12 @@ # Released under GNU GPL v3 or later # -__version__ = "20190323-beta" +# Now using Semantic Versioning (https://semver.org/) MAJOR.MINOR.PATCH +# MAJOR - Only updated when something huge changes to the project (new decode chain, etc) +# 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.0.1" # Global Variables