src/ldt/ldt/__init__.py
changeset 1079 86dbc665226d
parent 1076 a11c8dba822e
child 1094 56c6497c0785
equal deleted inserted replaced
1078:15dafb5ba550 1079:86dbc665226d
     1 VERSION = (1, 46, 0, "final", 0)
     1 VERSION = (1, 47, 0, "final", 0)
     2 
     2 
     3 
     3 
     4 def get_version():
     4 def get_version():
     5     version = '%s.%s' % (VERSION[0], VERSION[1])
     5     version = '%s.%s' % (VERSION[0], VERSION[1])
     6     if VERSION[2]:
     6     if VERSION[2]: