From 007472e5e238012d9cedeebcd2a0fff97fa716c5 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Sun, 10 Nov 2019 06:07:47 -0800 Subject: [PATCH] v4.0.0a10 --- bin/weecfg/tests/expected/weewx40_user_expected.conf | 2 +- bin/weewx/__init__.py | 2 +- bin/weewx/reportengine.py | 2 +- weewx.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/weecfg/tests/expected/weewx40_user_expected.conf b/bin/weecfg/tests/expected/weewx40_user_expected.conf index fdfc7000..53a8c228 100644 --- a/bin/weecfg/tests/expected/weewx40_user_expected.conf +++ b/bin/weecfg/tests/expected/weewx40_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.0.0xt1 +version = 4.0.0a10 ############################################################################## diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index 2c9fb8bb..6728982d 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -7,7 +7,7 @@ from __future__ import absolute_import import time -__version__="4.0.0xt1" +__version__="4.0.0a10" # Holds the program launch time in unix epoch seconds: # Useful for calculating 'uptime.' diff --git a/bin/weewx/reportengine.py b/bin/weewx/reportengine.py index 5f7cff7d..83ad0493 100644 --- a/bin/weewx/reportengine.py +++ b/bin/weewx/reportengine.py @@ -424,7 +424,7 @@ class CopyGenerator(ReportGenerator): for path in glob.glob(pattern): ncopy += weeutil.weeutil.deep_copy_path(path, html_dest_dir) if log_success: - log.info("copygenerator: Copied %d files to %s", ncopy, html_dest_dir) + log.info("Copied %d files to %s", ncopy, html_dest_dir) # =============================================================================== diff --git a/weewx.conf b/weewx.conf index c61cd45b..f8c807db 100644 --- a/weewx.conf +++ b/weewx.conf @@ -23,7 +23,7 @@ log_failure = True socket_timeout = 20 # Do not modify this. It is used when installing and updating weewx. -version = 4.0.0xt1 +version = 4.0.0a10 ##############################################################################