mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 16:46:56 -04:00
v2.5.0a1
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"""Package weewx, containing modules specific to the weewx runtime engine."""
|
||||
import time
|
||||
|
||||
__version__="2.4.0"
|
||||
__version__="2.5.0a1"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<h1 class="title">Customizing weewx<br />
|
||||
<span class='version'>
|
||||
Version: 2.4.0
|
||||
Version: 2.5.0a1
|
||||
</span>
|
||||
</h1>
|
||||
<h1>Table of Contents</h1>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
|
||||
<h1 class="title">Upgrading <span class="code">weewx</span><br/>
|
||||
<span class='version'>Version: 2.4.0
|
||||
<span class='version'>Version: 2.5.0a1
|
||||
</h1>
|
||||
|
||||
<p>This document has three sections:</p>
|
||||
|
||||
@@ -32,7 +32,7 @@ function showtab(tab,id) {
|
||||
|
||||
<h1 class="title">User's Guide to the <span class="code">weewx</span> Weather System<br />
|
||||
<span class='version'>
|
||||
Version: 2.4.0
|
||||
Version: 2.5.0a1
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ WEEWX_ROOT = /home/weewx
|
||||
socket_timeout = 20
|
||||
|
||||
# Do not modify this - it is used by setup.py when installing and updating.
|
||||
version = 2.4.0
|
||||
version = 2.5.0a1
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user