v5.0.0a24

This commit is contained in:
Tom Keffer
2023-03-24 06:29:58 -07:00
parent f52cf2420a
commit f41ee446f5
12 changed files with 13 additions and 10 deletions

View File

View File

@@ -26,7 +26,7 @@ log_failure = True
socket_timeout = 20
# Do not modify this - it is used by setup.py when installing and updating.
version = 5.0.0a23
version = 5.0.0a24
##############################################################################

View File

@@ -8,7 +8,7 @@ import os.path
import sys
import time
__version__ = "5.0.0a23"
__version__ = "5.0.0a24"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

@@ -1,3 +1,6 @@
weewx (5.0.0a24-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Fri, 24 Mar 2023 06:25:32 -0700
weewx (5.0.0a21-1) unstable; urgency=low
* new upstream release
-- Matthew Wall (weewx) <mwall@users.sourceforge.net> Fri, 03 Mar 2023 23:21:55 -0500

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "weewx"
version = "5.0.0a23"
version = "5.0.0a24"
description = "The WeeWX weather software system. This is an ALPHA release, and is likely to be unstable!"
authors = ["Tom Keffer <tkeffer@gmail.com>"]
license = "GPL3"

View File

@@ -7,7 +7,7 @@
###############################################################################
SKIN_NAME = Ftp
SKIN_VERSION = 5.0.0a23
SKIN_VERSION = 5.0.0a24
[Generators]
generator_list = weewx.reportengine.FtpGenerator

View File

@@ -1,7 +1,7 @@
# configuration file for Mobile skin
SKIN_NAME = Mobile
SKIN_VERSION = 5.0.0a23
SKIN_VERSION = 5.0.0a24
[Extras]
# Set this URL to display a radar image

View File

@@ -8,7 +8,7 @@
###############################################################################
SKIN_NAME = Rsync
SKIN_VERSION = 5.0.0a23
SKIN_VERSION = 5.0.0a24
[Generators]
generator_list = weewx.reportengine.RsyncGenerator

View File

@@ -5,7 +5,7 @@
###############################################################################
SKIN_NAME = Seasons
SKIN_VERSION = 5.0.0a23
SKIN_VERSION = 5.0.0a24
###############################################################################

View File

@@ -1,7 +1,7 @@
# configuration file for Smartphone skin
SKIN_NAME = Smartphone
SKIN_VERSION = 5.0.0a23
SKIN_VERSION = 5.0.0a24
[Extras]
# Set this URL to display a radar image

View File

@@ -5,7 +5,7 @@
###############################################################################
SKIN_NAME = Standard
SKIN_VERSION = 5.0.0a23
SKIN_VERSION = 5.0.0a24
###############################################################################

View File

@@ -20,7 +20,7 @@ log_success = True
log_failure = True
# Do not modify this. It is used when installing and updating weewx.
version = 5.0.0a23
version = 5.0.0a24
##############################################################################