web/hdalab/__init__.py
changeset 173 701eaa8ac36c
parent 166 aa5b940b29da
child 185 5722e7730e82
equal deleted inserted replaced
172:8f47c67c6d28 173:701eaa8ac36c
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (1, 3, 0, "final", 0)
     2 VERSION = (1, 4, 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]: