mirror of
https://github.com/weewx/weewx.git
synced 2026-04-23 19:17:05 -04:00
Bumped version to V3.6.0a1. Augmented documentation for wee_database
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"""Package weewx, containing modules specific to the weewx runtime engine."""
|
||||
import time
|
||||
|
||||
__version__="3.5.0"
|
||||
__version__="3.6.0a1"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<img src='images/logo-weewx.png' class='logo' align='right' alt="weewx logo"/>
|
||||
</a><br/>
|
||||
<span class='version'>
|
||||
Version: 3.5.0
|
||||
Version: 3.6.0a1
|
||||
</span>
|
||||
</div>
|
||||
<div class="title"><span class="code">weewx</span> Customization Guide</div>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<img src='images/logo-weewx.png' class='logo' align='right' alt="weewx logo"/>
|
||||
</a><br/>
|
||||
<span class='version'>
|
||||
Version: 3.5.0
|
||||
Version: 3.6.0a1
|
||||
</span>
|
||||
</div>
|
||||
<div class="title"><span class="code">weewx</span> Documentation</div>
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
<img src='images/logo-weewx.png' class='logo' align='right' alt="weewx logo"/>
|
||||
</a><br/>
|
||||
<span class='version'>
|
||||
Version: 3.5.0
|
||||
Version: 3.6.0a1
|
||||
</span>
|
||||
</div>
|
||||
<div class="title"><span class="code">weewx</span> Upgrade Guide</div>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<img src='images/logo-weewx.png' class='logo' align='right' alt="weewx logo"/>
|
||||
</a><br/>
|
||||
<span class='version'>
|
||||
Version: 3.5.0
|
||||
Version: 3.6.0a1
|
||||
</span>
|
||||
</div>
|
||||
<div class="title">
|
||||
|
||||
4070
docs/utilities.htm
4070
docs/utilities.htm
File diff suppressed because it is too large
Load Diff
@@ -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.5.0
|
||||
version = 3.6.0a1
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user