--- a/web/blinkster/__init__.py Thu Oct 21 17:51:26 2010 +0200 +++ b/web/blinkster/__init__.py Thu Oct 21 17:55:22 2010 +0200 @@ -1,3 +1,3 @@ -VERSION = (0, 11) +VERSION = (0, 14) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))