Version 4.9.1

This commit is contained in:
Tom Keffer
2022-10-25 04:45:00 -07:00
parent 81b213c3f2
commit eb996a662e
13 changed files with 17 additions and 10 deletions

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 = 4.9.0
version = 4.9.1
##############################################################################

View File

@@ -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.'

View File

@@ -1,3 +1,5 @@
* Tue Oct 25 2022 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.9.1-1
- new upstream release
* Mon Oct 24 2022 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.9.0-1
- new upstream release
* Fri Sep 30 2022 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.9.0b1-1

View File

@@ -1,3 +1,5 @@
* Tue Oct 25 2022 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.9.1-1
- new upstream release
* Mon Oct 24 2022 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.9.0-1
- new upstream release
* Fri Sep 30 2022 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 4.9.0b1-1

View File

@@ -1,3 +1,6 @@
weewx (4.9.1-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Tue, 25 Oct 2022 04:29:14 -0700
weewx (4.9.0-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Mon, 24 Oct 2022 11:11:25 -0700

View File

@@ -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.')

View File

@@ -7,7 +7,7 @@
###############################################################################
SKIN_NAME = Ftp
SKIN_VERSION = 4.9.0
SKIN_VERSION = 4.9.1
[Generators]
generator_list = weewx.reportengine.FtpGenerator

View File

@@ -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

View File

@@ -8,7 +8,7 @@
###############################################################################
SKIN_NAME = Rsync
SKIN_VERSION = 4.9.0
SKIN_VERSION = 4.9.1
[Generators]
generator_list = weewx.reportengine.RsyncGenerator

View File

@@ -5,7 +5,7 @@
###############################################################################
SKIN_NAME = Seasons
SKIN_VERSION = 4.9.0
SKIN_VERSION = 4.9.1
###############################################################################

View File

@@ -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

View File

@@ -5,7 +5,7 @@
###############################################################################
SKIN_NAME = Standard
SKIN_VERSION = 4.9.0
SKIN_VERSION = 4.9.1
###############################################################################

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 = 4.9.0
version = 4.9.1
##############################################################################