From 470ff273aa0dd8cfb428f8c35f9958b9c6e8eb65 Mon Sep 17 00:00:00 2001 From: Steve <69524416+ab7pa@users.noreply.github.com> Date: Sun, 16 Apr 2023 16:01:03 -0700 Subject: [PATCH] reset doc title to latest nightly build (#250) --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 3f11158..ab0dd04 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.23.4.0' +version = u'latest' # The full version, including alpha/beta/rc tags -release = u'3.23.4.0' +release = u'Latest Nightly Build' # -- General configuration ---------------------------------------------------