X-Git-Url: https://www.yuggoth.org/gitweb?p=weather.git;a=blobdiff_plain;f=weather.py;h=9d4b0e04e815b3695bb4a6c616d981b204ff9dc8;hp=a93f1ed4903c27d49d191b2c4dda836da1249b87;hb=refs%2Ftags%2F1.2;hpb=b755668b64a70bb7b0efbf1bd0aff8c310471ee1 diff --git a/weather.py b/weather.py index a93f1ed..9d4b0e0 100644 --- a/weather.py +++ b/weather.py @@ -1,10 +1,10 @@ -# weather.py version 1.1, http://fungi.yuggoth.org/weather/ +# weather.py version 1.2, http://fungi.yuggoth.org/weather/ # Copyright (c) 2006 Jeremy Stanley , all rights reserved. # Licensed per terms in the LICENSE file distributed with this software. """Contains various object definitions needed by the weather utility.""" -version = "1.1" +version = "1.2" class Selections: """An object to contain selection data."""