web/hdalab/__init__.py
changeset 210 ca50d1a91b48
parent 195 cfe89189fd69
child 214 68f7d25f12e1
equal deleted inserted replaced
209:84acf2e11a3a 210:ca50d1a91b48
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (2, 12, 0, "final", 0)
     2 VERSION = (2, 14, 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]: