mirror of
https://github.com/weewx/weewx.git
synced 2026-04-21 01:57:00 -04:00
v4.0.0a10
This commit is contained in:
@@ -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
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
@@ -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.'
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
# ===============================================================================
|
||||
|
||||
@@ -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
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user