This commit is contained in:
Tom Keffer
2019-11-23 08:13:01 -08:00
parent 0087fff098
commit f1cf079adb
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ log_failure = True
socket_timeout = 20
# Do not modify this - it is used by setup.py when installing and updating.
version = 4.0.0b2
version = 4.0.0b3
##############################################################################

View File

@@ -7,7 +7,7 @@
from __future__ import absolute_import
import time
__version__="4.0.0b2"
__version__="4.0.0b3"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

@@ -23,7 +23,7 @@ log_failure = True
socket_timeout = 20
# Do not modify this. It is used when installing and updating weewx.
version = 4.0.0b2
version = 4.0.0b3
##############################################################################