V3.2.0 release candidate

This commit is contained in:
Tom Keffer
2015-07-15 13:48:04 -07:00
parent 2fa0eb3440
commit 21fc9e888b
8 changed files with 11 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"""Package weewx, containing modules specific to the weewx runtime engine."""
import time
__version__="3.2.0b3"
__version__="3.2.0"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

@@ -1,7 +1,7 @@
weewx change history
--------------------
3.2.0 XX/XX/XX
3.2.0 07/15/15
There are now five command-line utilities, some new, some old
- wee_config: (New) For configuring weewx.conf, in particular,

View File

@@ -46,7 +46,7 @@
<h1 class="title">Customizing weewx<br/>
<span class="version">
Version: 3.2.0b3
Version: 3.2.0
</span>
</h1>

View File

@@ -92,7 +92,7 @@
<h1 class="title">Upgrading <span class="code">weewx</span><br/>
<span class='version'>
Version: 3.2.0b3
Version: 3.2.0
</span>
</h1>

View File

@@ -61,7 +61,7 @@
<h1 class="title">User's Guide to the weewx Weather System<br/>
<span class='version'>
Version: 3.2.0b3
Version: 3.2.0
</span>
</h1>

View File

@@ -1,3 +1,5 @@
* Wed Jul 15 2015 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 3.2.0-1
- new upstream release
* Wed Jul 15 2015 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 3.2.0b3-1
- new upstream release
* Tue Jul 07 2015 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 3.2.0b1-1

View File

@@ -1,3 +1,6 @@
weewx (3.2.0-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Wed, 15 Jul 2015 13:43:37 -0700
weewx (3.2.0b3-1) unstable; urgency=low
* new upstream release
-- Matthew Wall (weewx) <mwall@users.sourceforge.net> Wed, 15 Jul 2015 14:29:55 -0400

View File

@@ -17,7 +17,7 @@ WEEWX_ROOT = /home/weewx
socket_timeout = 20
# Do not modify this. It is used when installing and updating weewx.
version = 3.2.0b3
version = 3.2.0
##############################################################################