From 806e075d79b1b7cda47455d613e6a1e332c37b61 Mon Sep 17 00:00:00 2001 From: Steve <69524416+ab7pa@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:53:22 -0700 Subject: [PATCH] pretag-3.24.10.0 (#415) --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 75c70bd..89ad6b5 100644 --- a/conf.py +++ b/conf.py @@ -35,9 +35,9 @@ copyright = f'{date.today().year}, Amateur Radio Emergency Data Network, Inc. Li author = u'Amateur Radio Emergency Data Network, Inc.' # The short X.Y version -version = u'latest' +version = u'3.24.10.0' # The full version, including alpha/beta/rc tags -release = u'latest' +release = u'3.24.10.0' # -- General configuration ---------------------------------------------------