From 9a7d4aaab818521b19e71b1366e4fd900973c91c Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 2 Oct 2015 22:44:16 -0700 Subject: [PATCH] Weather: bump to 2015.10.02 --- Weather/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Weather/__init__.py b/Weather/__init__.py index 8f999a8..ab996dd 100644 --- a/Weather/__init__.py +++ b/Weather/__init__.py @@ -13,7 +13,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "" +__version__ = "2015.10.02" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown