Version 2.3.0 release

This commit is contained in:
Tom Keffer
2013-04-10 01:49:34 +00:00
parent 80dbb48d98
commit 13d1bf2dfb
6 changed files with 8 additions and 5 deletions

View File

@@ -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.

View File

@@ -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.'

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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
##############################################################################