mirror of
https://github.com/weewx/weewx.git
synced 2026-05-19 15:25:32 -04:00
Version 4.9.0a1
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.8.0
|
||||
version = 4.9.0a1
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from __future__ import absolute_import
|
||||
import time
|
||||
|
||||
__version__="4.8.0"
|
||||
__version__="4.9.0a1"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="logoref">
|
||||
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right"
|
||||
alt="weewx logo"/> </a><br/> <span class='version'>
|
||||
Version: 4.8
|
||||
Version: 4.9
|
||||
</span>
|
||||
</div>
|
||||
<div class="title">WeeWX Customization Guide</div>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<div class="logoref">
|
||||
<a href='http://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right" alt="weewx logo"/>
|
||||
</a><br/> <span class='version'>
|
||||
Version: 4.8
|
||||
Version: 4.9
|
||||
</span>
|
||||
</div>
|
||||
<div class="title">Notes for Developers of the WeeWX Weather System</div>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<div class="logoref">
|
||||
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right" alt="weewx logo"/>
|
||||
</a><br/> <span class='version'>
|
||||
Version: 4.8
|
||||
Version: 4.9
|
||||
</span>
|
||||
</div>
|
||||
<div class="title">WeeWX Hardware Guide</div>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<div class="logoref">
|
||||
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right" alt="weewx logo"/>
|
||||
</a><br/> <span class='version'>
|
||||
Version: 4.8
|
||||
Version: 4.9
|
||||
</span>
|
||||
</div>
|
||||
<div class="title">WeeWX Documentation</div>
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
<div class="logoref">
|
||||
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right"
|
||||
alt="weewx logo"/> </a><br/> <span class='version'>
|
||||
Version: 4.8
|
||||
Version: 4.9
|
||||
</span>
|
||||
</div>
|
||||
<div class="title">WeeWX Upgrade Guide</div>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<div class="logoref">
|
||||
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right"
|
||||
alt="weewx logo"/> </a><br/> <span class='version'>
|
||||
Version: 4.8
|
||||
Version: 4.9
|
||||
</span>
|
||||
</div>
|
||||
<div class="title">User's Guide to WeeWX</div>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<div class="logoref">
|
||||
<a href='https://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right"
|
||||
alt="weewx logo"/> </a><br/> <span class='version'>
|
||||
Version: 4.8
|
||||
Version: 4.9
|
||||
</span>
|
||||
</div>
|
||||
<div class="title">WeeWX Utilities Guide</div>
|
||||
|
||||
2
setup.py
2
setup.py
@@ -32,7 +32,7 @@ from distutils.command.install_lib import install_lib
|
||||
from distutils.core import setup
|
||||
from distutils.debug import DEBUG
|
||||
|
||||
VERSION = "4.8.0"
|
||||
VERSION = "4.9.0a1"
|
||||
|
||||
if sys.version_info < (2, 7):
|
||||
log.fatal('WeeWX requires Python V2.7 or greater.')
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Ftp
|
||||
SKIN_VERSION = 4.8.0
|
||||
SKIN_VERSION = 4.9.0a1
|
||||
|
||||
[Generators]
|
||||
generator_list = weewx.reportengine.FtpGenerator
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# configuration file for Mobile skin
|
||||
|
||||
SKIN_NAME = Mobile
|
||||
SKIN_VERSION = 4.8.0
|
||||
SKIN_VERSION = 4.9.0a1
|
||||
|
||||
[Extras]
|
||||
# Set this URL to display a radar image
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Rsync
|
||||
SKIN_VERSION = 4.8.0
|
||||
SKIN_VERSION = 4.9.0a1
|
||||
|
||||
[Generators]
|
||||
generator_list = weewx.reportengine.RsyncGenerator
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Seasons
|
||||
SKIN_VERSION = 4.8.0
|
||||
SKIN_VERSION = 4.9.0a1
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# configuration file for Smartphone skin
|
||||
|
||||
SKIN_NAME = Smartphone
|
||||
SKIN_VERSION = 4.8.0
|
||||
SKIN_VERSION = 4.9.0a1
|
||||
|
||||
[Extras]
|
||||
# Set this URL to display a radar image
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
###############################################################################
|
||||
|
||||
SKIN_NAME = Standard
|
||||
SKIN_VERSION = 4.8.0
|
||||
SKIN_VERSION = 4.9.0a1
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ log_success = True
|
||||
log_failure = True
|
||||
|
||||
# Do not modify this. It is used when installing and updating weewx.
|
||||
version = 4.8.0
|
||||
version = 4.9.0a1
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user