web/dring93/__init__.py
changeset 10 35d361d6e0c5
parent 7 2b0de7414b92
child 15 397487a6bf90
equal deleted inserted replaced
9:505a1c4cac67 10:35d361d6e0c5
     1 VERSION = (0, 3, 0, "final", 0)
     1 VERSION = (0, 4, 0, "final", 0)
     2 
     2 
     3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
     3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
     4 
     4 
     5 
     5 
     6 def get_version():
     6 def get_version():