web/ldtplatform/__init__.py
changeset 7 74cc78bbd65f
parent 6 6befc470b1e6
equal deleted inserted replaced
6:6befc470b1e6 7:74cc78bbd65f
     1 VERSION = (0, 1, 0, "final", 0)
     1 VERSION = (0, 6, 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():