From 17480b0ab49482caa7e42f6e0803ebc2c74ebebb Mon Sep 17 00:00:00 2001 From: Bill Richter Date: Mon, 20 Mar 2017 11:47:32 -0700 Subject: [PATCH] bump version number --- bin/wee_debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wee_debug b/bin/wee_debug index c068897a..83002a0f 100644 --- a/bin/wee_debug +++ b/bin/wee_debug @@ -28,7 +28,7 @@ from weeutil.weeutil import TimeSpan, timestamp_to_string from weewx.manager import DaySummaryManager VERSION = weewx.__version__ -WEE_DEBUG_VERSION = '0.6' +WEE_DEBUG_VERSION = '0.7' # keys/setting names to obfuscate in weewx.conf, key value will be obfuscated # if the key starts any element in the list. Can add additional string elements