web/blinkster/__init__.py
author ymh <ymh.work@gmail.com>
Fri, 22 Jan 2010 04:15:42 +0100
changeset 9 60555e0d17f4
parent 7 92ccb522e945
child 11 f236caaceb43
permissions -rw-r--r--
commit patch from issue : http://code.google.com/p/django-modeltranslation/issues/detail?id=1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
60555e0d17f4 commit patch from issue : http://code.google.com/p/django-modeltranslation/issues/detail?id=1
ymh <ymh.work@gmail.com>
parents: 7
diff changeset
     1
VERSION = (0,3)
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)))