web/regardssignes/__init__.py
changeset 12 22257618a7c2
parent 9 fc82129bcae4
child 16 ead1b7c58333
equal deleted inserted replaced
11:777eed530773 12:22257618a7c2
     1 VERSION = (0, 6, 0, "final", 0)
     1 VERSION = (0, 7, 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():