From f41ee446f584242724049f41ba445204dfaa0d71 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Fri, 24 Mar 2023 06:29:58 -0700 Subject: [PATCH] v5.0.0a24 --- bin/wee_resources/__init__.py | 0 bin/weecfg/tests/expected/weewx43_user_expected.conf | 2 +- bin/weewx/__init__.py | 2 +- pkg/debian/changelog | 3 +++ pyproject.toml | 2 +- skins/Ftp/skin.conf | 2 +- skins/Mobile/skin.conf | 2 +- skins/Rsync/skin.conf | 2 +- skins/Seasons/skin.conf | 2 +- skins/Smartphone/skin.conf | 2 +- skins/Standard/skin.conf | 2 +- weewx.conf | 2 +- 12 files changed, 13 insertions(+), 10 deletions(-) delete mode 100644 bin/wee_resources/__init__.py diff --git a/bin/wee_resources/__init__.py b/bin/wee_resources/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/bin/weecfg/tests/expected/weewx43_user_expected.conf b/bin/weecfg/tests/expected/weewx43_user_expected.conf index e6e9dafc..a8f4a6d3 100644 --- a/bin/weecfg/tests/expected/weewx43_user_expected.conf +++ b/bin/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.0a23 +version = 5.0.0a24 ############################################################################## diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index 7c152b49..d20b56b6 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -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.' diff --git a/pkg/debian/changelog b/pkg/debian/changelog index e4aa9790..3bca4295 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,3 +1,6 @@ +weewx (5.0.0a24-1) unstable; urgency=low + * new upstream release + -- Thomas Keffer (Author of weewx) Fri, 24 Mar 2023 06:25:32 -0700 weewx (5.0.0a21-1) unstable; urgency=low * new upstream release -- Matthew Wall (weewx) Fri, 03 Mar 2023 23:21:55 -0500 diff --git a/pyproject.toml b/pyproject.toml index 930f04a6..0d48b44d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL3" diff --git a/skins/Ftp/skin.conf b/skins/Ftp/skin.conf index 5221c5a8..6904df19 100644 --- a/skins/Ftp/skin.conf +++ b/skins/Ftp/skin.conf @@ -7,7 +7,7 @@ ############################################################################### SKIN_NAME = Ftp -SKIN_VERSION = 5.0.0a23 +SKIN_VERSION = 5.0.0a24 [Generators] generator_list = weewx.reportengine.FtpGenerator diff --git a/skins/Mobile/skin.conf b/skins/Mobile/skin.conf index e237232b..16a7a2a5 100644 --- a/skins/Mobile/skin.conf +++ b/skins/Mobile/skin.conf @@ -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 diff --git a/skins/Rsync/skin.conf b/skins/Rsync/skin.conf index be6fc183..c6a0bb51 100644 --- a/skins/Rsync/skin.conf +++ b/skins/Rsync/skin.conf @@ -8,7 +8,7 @@ ############################################################################### SKIN_NAME = Rsync -SKIN_VERSION = 5.0.0a23 +SKIN_VERSION = 5.0.0a24 [Generators] generator_list = weewx.reportengine.RsyncGenerator diff --git a/skins/Seasons/skin.conf b/skins/Seasons/skin.conf index 704fc869..5606978e 100644 --- a/skins/Seasons/skin.conf +++ b/skins/Seasons/skin.conf @@ -5,7 +5,7 @@ ############################################################################### SKIN_NAME = Seasons -SKIN_VERSION = 5.0.0a23 +SKIN_VERSION = 5.0.0a24 ############################################################################### diff --git a/skins/Smartphone/skin.conf b/skins/Smartphone/skin.conf index d6812e7e..31db4c69 100644 --- a/skins/Smartphone/skin.conf +++ b/skins/Smartphone/skin.conf @@ -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 diff --git a/skins/Standard/skin.conf b/skins/Standard/skin.conf index 7c042990..f56b345c 100644 --- a/skins/Standard/skin.conf +++ b/skins/Standard/skin.conf @@ -5,7 +5,7 @@ ############################################################################### SKIN_NAME = Standard -SKIN_VERSION = 5.0.0a23 +SKIN_VERSION = 5.0.0a24 ############################################################################### diff --git a/weewx.conf b/weewx.conf index be639b4d..efab743a 100644 --- a/weewx.conf +++ b/weewx.conf @@ -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 ##############################################################################