mirror of
https://github.com/weewx/weewx.git
synced 2026-06-09 09:35:19 -04:00
Version 2.3.0 release
This commit is contained in:
@@ -23,6 +23,9 @@ Move to a "plugin" architecture.
|
||||
|
||||
Support the WU "RapidFire" protocol.
|
||||
|
||||
Offer out-of-the-box support for "last 24 hours", "last 7 days", and "last 28 days"
|
||||
statistics.
|
||||
|
||||
Use the tagged stats classes for the archive database as well, thus unifying
|
||||
the two databases.
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"""
|
||||
import time
|
||||
|
||||
__version__="2.3.0b1"
|
||||
__version__="2.3.0"
|
||||
|
||||
# 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.3.0b1
|
||||
Version: 2.3.0
|
||||
</span>
|
||||
</h1>
|
||||
<h1>Table of Contents</h1>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
<h1 class="title">Upgrading <span class="code">weewx</span><br/>
|
||||
<span class='version'>
|
||||
Version: 2.3.0b1
|
||||
Version: 2.3.0
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -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.3.0b1
|
||||
Version: 2.3.0
|
||||
</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.3.0b1
|
||||
version = 2.3.0
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user