mirror of
https://github.com/weewx/weewx.git
synced 2026-04-17 16:16:56 -04:00
Version 5.0.0b17
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "weewx"
|
||||
version = "5.0.0b16"
|
||||
version = "5.0.0b17"
|
||||
description = "The WeeWX weather software system. This is an BETA release, and may have many bugs!"
|
||||
authors = [
|
||||
"Tom Keffer <tkeffer@gmail.com>",
|
||||
|
||||
@@ -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.0b16
|
||||
version = 5.0.0b17
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import time
|
||||
import weeutil.logger
|
||||
from weeutil.weeutil import to_int
|
||||
|
||||
__version__ = "5.0.0b16"
|
||||
__version__ = "5.0.0b17"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Ftp
|
||||
SKIN_VERSION = 5.0.0b16
|
||||
SKIN_VERSION = 5.0.0b17
|
||||
|
||||
[Generators]
|
||||
generator_list = weewx.reportengine.FtpGenerator
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# configuration file for Mobile skin
|
||||
|
||||
SKIN_NAME = Mobile
|
||||
SKIN_VERSION = 5.0.0b16
|
||||
SKIN_VERSION = 5.0.0b17
|
||||
|
||||
[Extras]
|
||||
# Set this URL to display a radar image
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Rsync
|
||||
SKIN_VERSION = 5.0.0b16
|
||||
SKIN_VERSION = 5.0.0b17
|
||||
|
||||
[Generators]
|
||||
generator_list = weewx.reportengine.RsyncGenerator
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Seasons
|
||||
SKIN_VERSION = 5.0.0b16
|
||||
SKIN_VERSION = 5.0.0b17
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# configuration file for Smartphone skin
|
||||
|
||||
SKIN_NAME = Smartphone
|
||||
SKIN_VERSION = 5.0.0b16
|
||||
SKIN_VERSION = 5.0.0b17
|
||||
|
||||
[Extras]
|
||||
# Set this URL to display a radar image
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Standard
|
||||
SKIN_VERSION = 5.0.0b16
|
||||
SKIN_VERSION = 5.0.0b17
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ log_success = True
|
||||
log_failure = True
|
||||
|
||||
# This configuration file was created by ...
|
||||
version = 5.0.0b16
|
||||
version = 5.0.0b17
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user