restore latest label (#416)

This commit is contained in:
Steve 2024-10-02 08:42:35 -07:00 committed by GitHub
parent 806e075d79
commit d21a201600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -35,9 +35,9 @@ copyright = f'{date.today().year}, Amateur Radio Emergency Data Network, Inc. Li
author = u'Amateur Radio Emergency Data Network, Inc.' author = u'Amateur Radio Emergency Data Network, Inc.'
# The short X.Y version # The short X.Y version
version = u'3.24.10.0' version = u'latest'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = u'3.24.10.0' release = u'latest'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------