This commit is contained in:
Tom Keffer
2014-12-05 18:38:08 +00:00
parent 26f470b3e2
commit 03cc9a42e5
7 changed files with 10 additions and 5 deletions

View File

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

View File

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

View File

@@ -84,7 +84,7 @@ table .tty {
</a>
<h1 class="title">Upgrading <span class="code">weewx</span><br/>
<span class='version'>
Version: 3.0.0b3
Version: 3.0.0
</span>
</h1>

View File

@@ -60,7 +60,7 @@ function showtab(tab,id) {
</a>
<h1 class="title">User's Guide to the weewx Weather System<br />
<span class='version'>
Version: 3.0.0b3
Version: 3.0.0
</span>
</h1>

View File

@@ -1,3 +1,5 @@
* Fri Dec 05 2014 Thomas Keffer (Author of weewx) <tkeffer@gmail.com> - 3.0.0-1
- new upstream release
* Mon Dec 01 2014 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 3.0.0b2-1
- new upstream release
* Sat Nov 29 2014 Matthew Wall (weewx) <mwall@users.sourceforge.net> - 3.0.0a5-1

View File

@@ -1,3 +1,6 @@
weewx (3.0.0-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Fri, 05 Dec 2014 10:36:34 -0800
weewx (3.0.0b3-1) unstable; urgency=low
* new upstream release
-- Thomas Keffer (Author of weewx) <tkeffer@gmail.com> Fri, 05 Dec 2014 04:49:15 -0800

View File

@@ -19,7 +19,7 @@ WEEWX_ROOT = /home/weewx
socket_timeout = 20
# Do not modify this - it is used by setup.py when installing and updating.
version = 3.0.0b3
version = 3.0.0
##############################################################################