From 73df0ca3dfd27fdec6f8015e9e310a69f03fac42 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Tue, 12 Dec 2023 15:33:40 -0800 Subject: [PATCH] Version 5.0.0b17 --- pyproject.toml | 2 +- src/weecfg/tests/expected/weewx43_user_expected.conf | 2 +- src/weewx/__init__.py | 2 +- src/weewx_data/skins/Ftp/skin.conf | 2 +- src/weewx_data/skins/Mobile/skin.conf | 2 +- src/weewx_data/skins/Rsync/skin.conf | 2 +- src/weewx_data/skins/Seasons/skin.conf | 2 +- src/weewx_data/skins/Smartphone/skin.conf | 2 +- src/weewx_data/skins/Standard/skin.conf | 2 +- src/weewx_data/weewx.conf | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a0b6053..46e755e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", diff --git a/src/weecfg/tests/expected/weewx43_user_expected.conf b/src/weecfg/tests/expected/weewx43_user_expected.conf index 5e453d0c..a8631135 100644 --- a/src/weecfg/tests/expected/weewx43_user_expected.conf +++ b/src/weecfg/tests/expected/weewx43_user_expected.conf @@ -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 ############################################################################## diff --git a/src/weewx/__init__.py b/src/weewx/__init__.py index 17703b53..4f1aea54 100644 --- a/src/weewx/__init__.py +++ b/src/weewx/__init__.py @@ -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.' diff --git a/src/weewx_data/skins/Ftp/skin.conf b/src/weewx_data/skins/Ftp/skin.conf index 13518241..0d1d9451 100644 --- a/src/weewx_data/skins/Ftp/skin.conf +++ b/src/weewx_data/skins/Ftp/skin.conf @@ -7,7 +7,7 @@ ############################################################################### SKIN_NAME = Ftp -SKIN_VERSION = 5.0.0b16 +SKIN_VERSION = 5.0.0b17 [Generators] generator_list = weewx.reportengine.FtpGenerator diff --git a/src/weewx_data/skins/Mobile/skin.conf b/src/weewx_data/skins/Mobile/skin.conf index cdd03214..26dbd753 100644 --- a/src/weewx_data/skins/Mobile/skin.conf +++ b/src/weewx_data/skins/Mobile/skin.conf @@ -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 diff --git a/src/weewx_data/skins/Rsync/skin.conf b/src/weewx_data/skins/Rsync/skin.conf index 8e52d5b6..43109374 100644 --- a/src/weewx_data/skins/Rsync/skin.conf +++ b/src/weewx_data/skins/Rsync/skin.conf @@ -8,7 +8,7 @@ ############################################################################### SKIN_NAME = Rsync -SKIN_VERSION = 5.0.0b16 +SKIN_VERSION = 5.0.0b17 [Generators] generator_list = weewx.reportengine.RsyncGenerator diff --git a/src/weewx_data/skins/Seasons/skin.conf b/src/weewx_data/skins/Seasons/skin.conf index edc6ce30..4d034de1 100644 --- a/src/weewx_data/skins/Seasons/skin.conf +++ b/src/weewx_data/skins/Seasons/skin.conf @@ -5,7 +5,7 @@ ############################################################################### SKIN_NAME = Seasons -SKIN_VERSION = 5.0.0b16 +SKIN_VERSION = 5.0.0b17 ############################################################################### diff --git a/src/weewx_data/skins/Smartphone/skin.conf b/src/weewx_data/skins/Smartphone/skin.conf index 03490044..64fa6d51 100644 --- a/src/weewx_data/skins/Smartphone/skin.conf +++ b/src/weewx_data/skins/Smartphone/skin.conf @@ -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 diff --git a/src/weewx_data/skins/Standard/skin.conf b/src/weewx_data/skins/Standard/skin.conf index e8bd24f2..feaaf08a 100644 --- a/src/weewx_data/skins/Standard/skin.conf +++ b/src/weewx_data/skins/Standard/skin.conf @@ -5,7 +5,7 @@ ############################################################################### SKIN_NAME = Standard -SKIN_VERSION = 5.0.0b16 +SKIN_VERSION = 5.0.0b17 ############################################################################### diff --git a/src/weewx_data/weewx.conf b/src/weewx_data/weewx.conf index 041ac80b..f2a4f807 100644 --- a/src/weewx_data/weewx.conf +++ b/src/weewx_data/weewx.conf @@ -20,7 +20,7 @@ log_success = True log_failure = True # This configuration file was created by ... -version = 5.0.0b16 +version = 5.0.0b17 ##############################################################################