mirror of
https://github.com/weewx/weewx.git
synced 2026-05-18 23:05:30 -04:00
v5.0.0a24
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 = 5.0.0a23
|
||||
version = 5.0.0a24
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import os.path
|
||||
import sys
|
||||
import time
|
||||
|
||||
__version__ = "5.0.0a23"
|
||||
__version__ = "5.0.0a24"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
weewx (5.0.0a24-1) unstable; urgency=low
|
||||
* new upstream release
|
||||
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Fri, 24 Mar 2023 06:25:32 -0700
|
||||
weewx (5.0.0a21-1) unstable; urgency=low
|
||||
* new upstream release
|
||||
-- Matthew Wall (weewx) <mwall@users.sourceforge.net> Fri, 03 Mar 2023 23:21:55 -0500
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "weewx"
|
||||
version = "5.0.0a23"
|
||||
version = "5.0.0a24"
|
||||
description = "The WeeWX weather software system. This is an ALPHA release, and is likely to be unstable!"
|
||||
authors = ["Tom Keffer <tkeffer@gmail.com>"]
|
||||
license = "GPL3"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Ftp
|
||||
SKIN_VERSION = 5.0.0a23
|
||||
SKIN_VERSION = 5.0.0a24
|
||||
|
||||
[Generators]
|
||||
generator_list = weewx.reportengine.FtpGenerator
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# configuration file for Mobile skin
|
||||
|
||||
SKIN_NAME = Mobile
|
||||
SKIN_VERSION = 5.0.0a23
|
||||
SKIN_VERSION = 5.0.0a24
|
||||
|
||||
[Extras]
|
||||
# Set this URL to display a radar image
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Rsync
|
||||
SKIN_VERSION = 5.0.0a23
|
||||
SKIN_VERSION = 5.0.0a24
|
||||
|
||||
[Generators]
|
||||
generator_list = weewx.reportengine.RsyncGenerator
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Seasons
|
||||
SKIN_VERSION = 5.0.0a23
|
||||
SKIN_VERSION = 5.0.0a24
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# configuration file for Smartphone skin
|
||||
|
||||
SKIN_NAME = Smartphone
|
||||
SKIN_VERSION = 5.0.0a23
|
||||
SKIN_VERSION = 5.0.0a24
|
||||
|
||||
[Extras]
|
||||
# Set this URL to display a radar image
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Standard
|
||||
SKIN_VERSION = 5.0.0a23
|
||||
SKIN_VERSION = 5.0.0a24
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ log_success = True
|
||||
log_failure = True
|
||||
|
||||
# Do not modify this. It is used when installing and updating weewx.
|
||||
version = 5.0.0a23
|
||||
version = 5.0.0a24
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user