Version 5.0.0b17

This commit is contained in:
Tom Keffer
2023-12-12 15:33:40 -08:00
parent 8d62c8bed7
commit 73df0ca3df
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "weewx"
version = "5.0.0b16"
version = "5.0.0b17"
description = "The WeeWX weather software system. This is an BETA release, and may have many bugs!"
authors = [
"Tom Keffer <tkeffer@gmail.com>",

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.0b16
version = 5.0.0b17
##############################################################################

View File

@@ -12,7 +12,7 @@ import time
import weeutil.logger
from weeutil.weeutil import to_int
__version__ = "5.0.0b16"
__version__ = "5.0.0b17"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

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

View File

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

View File

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

View File

@@ -5,7 +5,7 @@
###############################################################################
SKIN_NAME = Seasons
SKIN_VERSION = 5.0.0b16
SKIN_VERSION = 5.0.0b17
###############################################################################

View File

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

View File

@@ -5,7 +5,7 @@
###############################################################################
SKIN_NAME = Standard
SKIN_VERSION = 5.0.0b16
SKIN_VERSION = 5.0.0b17
###############################################################################

View File

@@ -20,7 +20,7 @@ log_success = True
log_failure = True
# This configuration file was created by ...
version = 5.0.0b16
version = 5.0.0b17
##############################################################################