mirror of
https://github.com/weewx/weewx.git
synced 2026-05-19 15:25:32 -04:00
V1.9.0
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"""
|
||||
import time
|
||||
|
||||
__version__="1.9.0a5"
|
||||
__version__="1.9.0"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -141,7 +141,7 @@ td {
|
||||
<body>
|
||||
|
||||
<h1 class="title">Customizing <span class="code">weewx</span><br />
|
||||
Version 1.8</h1>
|
||||
Version 1.9</h1>
|
||||
<h1>Table of contents</h1>
|
||||
<ol>
|
||||
<li><a href="#Introduction">Introduction</a></li>
|
||||
|
||||
@@ -141,7 +141,7 @@ td {
|
||||
<body>
|
||||
|
||||
<h1 class="title">The <span class="code">weewx</span> weather system<br />
|
||||
Version 1.8</h1>
|
||||
Version 1.9</h1>
|
||||
<h1>Table of Contents</h1>
|
||||
<ol>
|
||||
<li><a href="#Copyright">Copyright</a></li>
|
||||
|
||||
@@ -138,7 +138,7 @@ td {
|
||||
|
||||
<body>
|
||||
|
||||
<h1 class="title">Upgrading to <span class="code">weewx</span> v1.8</h1>
|
||||
<h1 class="title">Upgrading to <span class="code">weewx</span> v1.9</h1>
|
||||
<h1>Version specific directions</h1>
|
||||
<p>What follows are directions for upgrading from specific versions.</p>
|
||||
<h2>V1.7.0 or earlier</h2>
|
||||
|
||||
@@ -23,13 +23,13 @@
|
||||
#
|
||||
|
||||
# Set to 1 for extra debug info, otherwise comment it out or set to zero.
|
||||
debug = 1
|
||||
debug = 0
|
||||
|
||||
# How long to wait before timing out a socket (FTP, HTTP) connection:
|
||||
socket_timeout = 20
|
||||
|
||||
# Current version
|
||||
version = 1.9.0a5
|
||||
version = 1.9.0
|
||||
|
||||
############################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user