Merge pull request #247 from ab7pa/prep-3.23.4.0

prepare for 3.23.4.0 release
This commit is contained in:
Tim Wilkinson 2023-04-14 13:33:02 -07:00 committed by GitHub
commit 4637c15b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -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'latest'
version = u'3.23.4.0'
# The full version, including alpha/beta/rc tags
release = u'Latest Nightly Build'
release = u'3.23.4.0'
# -- General configuration ---------------------------------------------------