From 36aba2b40cd8bfd9b79040f70314c734ff2962f4 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Wed, 20 Feb 2019 14:40:14 -0800 Subject: [PATCH] Updated change log --- docs/changes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index f177da00..5878400b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,7 +1,10 @@ weewx change history -------------------- -Python 3 port: +4.0.0 MM/DD/YYYY + +Ported to Python 3. WeeWX should now run under Python 2.7 and 3.3 and +greater. The package MySQL-python, which we used previously, is not available for Python 3. Ported the MySQL code to use the package mysqlclient