web/hdalab/__init__.py
changeset 195 cfe89189fd69
parent 191 17c05790e835
child 210 ca50d1a91b48
equal deleted inserted replaced
194:8c597db6fab0 195:cfe89189fd69
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (2, 11, 0, "final", 0)
     2 VERSION = (2, 12, 0, "final", 0)
     3 
     3 
     4 
     4 
     5 def get_version():
     5 def get_version():
     6     version = '%s.%s' % (VERSION[0], VERSION[1])
     6     version = '%s.%s' % (VERSION[0], VERSION[1])
     7     if VERSION[2]:
     7     if VERSION[2]: