web/blinkster/__init__.py
author ymh <ymh.work@gmail.com>
Fri, 06 May 2011 00:15:27 +0200
changeset 93 ca1b62310139
parent 91 b8fdd6b09b8b
child 95 1eaaaa54480d
permissions -rw-r--r--
new platform version. improve wsgi
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
93
ca1b62310139 new platform version. improve wsgi
ymh <ymh.work@gmail.com>
parents: 91
diff changeset
     1
VERSION = (0, 23)
5
10b1f6d8a5d2 first debug version
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     2
7
92ccb522e945 correct dependency loop
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     3
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))