This commit is contained in:
Tom Keffer
2013-04-15 16:16:36 +00:00
parent a2c37dba48
commit 4c8eaff46f
8 changed files with 11 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
"""
import time
__version__="2.3.0"
__version__="2.3.1"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

@@ -1,7 +1,7 @@
weewx change history
--------------------
2.X.X XX/YY/13
2.3.1 04/15/13
Fixed bug that prevented Fine Offset stations from downloading archive
records if the archive database had no records in it.

View File

@@ -21,7 +21,7 @@
<h1 class="title">Customizing weewx<br />
<span class='version'>
Version: 2.3.0
Version: 2.3.1
</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.0
Version: 2.3.1
</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.0
Version: 2.3.1
</span>
</h1>

View File

@@ -1,3 +1,5 @@
* Mon Apr 15 2013 Thomas Keffer <tkeffer@gmail.com> - 2.3.1-1
- new upstream release
* Tue Apr 09 2013 Matthew Wall <mwall@users.sourceforge.net> - 2.3.0-1
- new upstream release
* Fri Feb 15 2013 Matthew Wall <mwall@users.sourceforge.net> - 2.2.1-1

View File

@@ -1,3 +1,6 @@
weewx (2.3.1-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer <tkeffer@gmail.com> Mon, 15 Apr 2013 09:06:33 -0700
weewx (2.3.0-1) unstable; urgency=low
* ensure that prerm stops any running process on upgrade, not just remove
* new upstream release

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.0
version = 2.3.1
##############################################################################