mirror of
https://github.com/weewx/weewx.git
synced 2026-06-09 09:35:19 -04:00
Version 2.3.2 release
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"""
|
||||
import time
|
||||
|
||||
__version__="2.3.1"
|
||||
__version__="2.3.2"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -346,11 +346,8 @@ class StatsDb(object):
|
||||
else:
|
||||
target_val = None
|
||||
|
||||
# Make sure the start time is the start-of-day, so the first day is not missed:
|
||||
first_day = weeutil.weeutil.archiveDaySpan(timespan.start)
|
||||
|
||||
# This dictionary is used for interpolating the SQL statement.
|
||||
interDict = {'start' : first_day.start,
|
||||
interDict = {'start' : weeutil.weeutil.startOfDay(timespan.start),
|
||||
'stop' : timespan.stop,
|
||||
'stats_type' : stats_type,
|
||||
'aggregateType' : aggregateType,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
weewx change history
|
||||
--------------------
|
||||
|
||||
X.Y.0 06/XX/13
|
||||
2.3.2 06/16/13
|
||||
|
||||
Added support for the temperature-only sensor THWR800. Thanks to
|
||||
user fstuyk!
|
||||
@@ -20,8 +20,8 @@ the report engine no longer crashes.
|
||||
If you live at a high latitude and the sun never sets, the Almanac now
|
||||
does the right thing.
|
||||
|
||||
Fixed bug that causes the first day in the stats database not to be included
|
||||
in calculations of all-time stats.
|
||||
Fixed bug that caused the first day in the stats database to be left out
|
||||
of calculations of all-time stats.
|
||||
|
||||
|
||||
2.3.1 04/15/13
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<h1 class="title">Customizing weewx<br />
|
||||
<span class='version'>
|
||||
Version: 2.3.1
|
||||
Version: 2.3.2
|
||||
</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.1
|
||||
Version: 2.3.2
|
||||
</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.1
|
||||
Version: 2.3.2
|
||||
</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.1
|
||||
version = 2.3.2
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user