Bumped version to V3.8.1

This commit is contained in:
Tom Keffer
2018-06-16 07:09:57 -07:00
parent e50462ffee
commit 6c2fbacaf8
2 changed files with 2 additions and 2 deletions

View File

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

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.8.0
version = 3.8.1
##############################################################################