From cdd223397008f8ec6de1be0820f27683866c36e1 Mon Sep 17 00:00:00 2001 From: Steve <69524416+ab7pa@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:02:03 -0700 Subject: [PATCH] restore latest label (#372) --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 464e0f8..18dac9d 100644 --- a/conf.py +++ b/conf.py @@ -25,9 +25,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.6.0' +version = u'latest' # The full version, including alpha/beta/rc tags -release = u'3.24.6.0' +release = u'latest' # -- General configuration ---------------------------------------------------