Oops. Update version in program to 1.2
authorKeith Packard <keithp@keithp.com>
Mon, 23 Sep 2013 20:41:33 +0000 (13:41 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 23 Sep 2013 20:41:33 +0000 (13:41 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
calypso/__init__.py

index 4a061ca0e3c444ee8592adbb1fa0ee42b5fa90d7..610d265dab5e57889acc06751552022076f0f008 100644 (file)
@@ -61,7 +61,7 @@ formatter = logging.Formatter("%(message)s")
 ch.setFormatter (formatter)
 log.addHandler(ch)
 
-VERSION = "1.1"
+VERSION = "1.2"
 
 def _check(request, function):
     """Check if user has sufficient rights for performing ``request``."""