# HG changeset patch # User ymh # Date 1287676522 -7200 # Node ID 53393dd1d878c8ddd95b19153f303ac64a8680bb # Parent 97f80613dc43b6adcb1ce605ac44ddd824ac4d0f define version 00.014 diff -r 97f80613dc43 -r 53393dd1d878 web/blinkster/__init__.py --- 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)))