From d21a2016009405dfe9fc80d71523341058a12fdc Mon Sep 17 00:00:00 2001 From: Steve <69524416+ab7pa@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:42:35 -0700 Subject: [PATCH] restore latest label (#416) --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 89ad6b5..75c70bd 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'3.24.10.0' +version = u'latest' # The full version, including alpha/beta/rc tags -release = u'3.24.10.0' +release = u'latest' # -- General configuration ---------------------------------------------------