define version 00.014 V00.14
authorymh <ymh.work@gmail.com>
Thu, 21 Oct 2010 17:55:22 +0200
changeset 54 53393dd1d878
parent 53 97f80613dc43
child 55 8418c9c54453
define version 00.014
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)))