diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index 03171866..161b52bf 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -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. diff --git a/bin/weewx/__init__.py b/bin/weewx/__init__.py index 4cbc3b44..43534286 100644 --- a/bin/weewx/__init__.py +++ b/bin/weewx/__init__.py @@ -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.' diff --git a/docs/customizing.htm b/docs/customizing.htm index 197c66b6..482b3220 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -21,7 +21,7 @@

Customizing weewx
- Version: 2.3.0b1 + Version: 2.3.0

Table of Contents

diff --git a/docs/upgrading.htm b/docs/upgrading.htm index 3be43d04..6f754faf 100644 --- a/docs/upgrading.htm +++ b/docs/upgrading.htm @@ -19,7 +19,7 @@

Upgrading weewx
-Version: 2.3.0b1 +Version: 2.3.0

diff --git a/docs/usersguide.htm b/docs/usersguide.htm index ef78f4b7..a209e5a1 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -32,7 +32,7 @@ function showtab(tab,id) {

User's Guide to the weewx Weather System
-Version: 2.3.0b1 +Version: 2.3.0

diff --git a/weewx.conf b/weewx.conf index 76ab06fa..cddd64a8 100644 --- a/weewx.conf +++ b/weewx.conf @@ -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 ##############################################################################