From eb996a662ebdf2e8a9c72dd236546a49da11fbfc Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Tue, 25 Oct 2022 04:45:00 -0700 Subject: [PATCH] Version 4.9.1 --- bin/weecfg/tests/expected/weewx43_user_expected.conf | 2 +- bin/weewx/__init__.py | 2 +- pkg/changelog.el | 2 ++ pkg/changelog.suse | 2 ++ pkg/debian/changelog | 3 +++ setup.py | 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 +- 13 files changed, 17 insertions(+), 10 deletions(-) diff --git a/bin/weecfg/tests/expected/weewx43_user_expected.conf b/bin/weecfg/tests/expected/weewx43_user_expected.conf index 76a5633d..3739647f 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 = 4.9.0 +version = 4.9.1 ############################################################################## diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index c8c14523..8e199dbe 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -7,7 +7,7 @@ from __future__ import absolute_import import time -__version__="4.9.0" +__version__="4.9.1" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.' diff --git a/pkg/changelog.el b/pkg/changelog.el index 30c713da..2148c44e 100644 --- a/pkg/changelog.el +++ b/pkg/changelog.el @@ -1,3 +1,5 @@ +* Tue Oct 25 2022 Thomas Keffer (Author of weewx) - 4.9.1-1 +- new upstream release * Mon Oct 24 2022 Thomas Keffer (Author of weewx) - 4.9.0-1 - new upstream release * Fri Sep 30 2022 Thomas Keffer (Author of weewx) - 4.9.0b1-1 diff --git a/pkg/changelog.suse b/pkg/changelog.suse index 000241ed..2bdbc010 100644 --- a/pkg/changelog.suse +++ b/pkg/changelog.suse @@ -1,3 +1,5 @@ +* Tue Oct 25 2022 Thomas Keffer (Author of weewx) - 4.9.1-1 +- new upstream release * Mon Oct 24 2022 Thomas Keffer (Author of weewx) - 4.9.0-1 - new upstream release * Fri Sep 30 2022 Thomas Keffer (Author of weewx) - 4.9.0b1-1 diff --git a/pkg/debian/changelog b/pkg/debian/changelog index c567784c..fb7e6cc1 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,3 +1,6 @@ +weewx (4.9.1-1) unstable; urgency=low + * new upstream release + -- Thomas Keffer (Author of weewx) Tue, 25 Oct 2022 04:29:14 -0700 weewx (4.9.0-1) unstable; urgency=low * new upstream release -- Thomas Keffer (Author of weewx) Mon, 24 Oct 2022 11:11:25 -0700 diff --git a/setup.py b/setup.py index 4cbfd1da..7e1dfe3a 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ from distutils.command.install_lib import install_lib from distutils.core import setup from distutils.debug import DEBUG -VERSION = "4.9.0" +VERSION = "4.9.1" if sys.version_info < (2, 7): log.fatal('WeeWX requires Python V2.7 or greater.') diff --git a/skins/Ftp/skin.conf b/skins/Ftp/skin.conf index b48f27cc..726503b5 100644 --- a/skins/Ftp/skin.conf +++ b/skins/Ftp/skin.conf @@ -7,7 +7,7 @@ ############################################################################### SKIN_NAME = Ftp -SKIN_VERSION = 4.9.0 +SKIN_VERSION = 4.9.1 [Generators] generator_list = weewx.reportengine.FtpGenerator diff --git a/skins/Mobile/skin.conf b/skins/Mobile/skin.conf index dd45e0a1..e43a8e32 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 = 4.9.0 +SKIN_VERSION = 4.9.1 [Extras] # Set this URL to display a radar image diff --git a/skins/Rsync/skin.conf b/skins/Rsync/skin.conf index 97bbd843..2b3207e3 100644 --- a/skins/Rsync/skin.conf +++ b/skins/Rsync/skin.conf @@ -8,7 +8,7 @@ ############################################################################### SKIN_NAME = Rsync -SKIN_VERSION = 4.9.0 +SKIN_VERSION = 4.9.1 [Generators] generator_list = weewx.reportengine.RsyncGenerator diff --git a/skins/Seasons/skin.conf b/skins/Seasons/skin.conf index 3b43773d..dc0c0a38 100644 --- a/skins/Seasons/skin.conf +++ b/skins/Seasons/skin.conf @@ -5,7 +5,7 @@ ############################################################################### SKIN_NAME = Seasons -SKIN_VERSION = 4.9.0 +SKIN_VERSION = 4.9.1 ############################################################################### diff --git a/skins/Smartphone/skin.conf b/skins/Smartphone/skin.conf index 44b42f64..9ad45d07 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 = 4.9.0 +SKIN_VERSION = 4.9.1 [Extras] # Set this URL to display a radar image diff --git a/skins/Standard/skin.conf b/skins/Standard/skin.conf index 2438669f..4287b028 100644 --- a/skins/Standard/skin.conf +++ b/skins/Standard/skin.conf @@ -5,7 +5,7 @@ ############################################################################### SKIN_NAME = Standard -SKIN_VERSION = 4.9.0 +SKIN_VERSION = 4.9.1 ############################################################################### diff --git a/weewx.conf b/weewx.conf index 5b1ba86d..d7d6a285 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 = 4.9.0 +version = 4.9.1 ##############################################################################