web/hdalab/__init__.py
changeset 236 d662f4b0446c
parent 221 1544fe5309bf
child 241 1f25d3696f57
equal deleted inserted replaced
235:b41f0b200940 236:d662f4b0446c
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (2, 16, 0, "final", 0)
     2 VERSION = (2, 18, 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]: