src/ldt/ldt/__init__.py
changeset 1270 b55492dbe54c
parent 1268 10b80515b46a
child 1272 ca0317f9ed0f
equal deleted inserted replaced
1269:1807b6c41b33 1270:b55492dbe54c
     1 __all__ = ["VERSION", "get_version", "__version__"]
     1 __all__ = ["VERSION", "get_version", "__version__"]
     2 
     2 
     3 VERSION = (1, 51, 18, "final", 0)
     3 VERSION = (1, 51, 19, "final", 0)
     4 
     4 
     5 
     5 
     6 def get_version():
     6 def get_version():
     7     version = '%s.%s' % (VERSION[0], VERSION[1])
     7     version = '%s.%s' % (VERSION[0], VERSION[1])
     8     if VERSION[2]:
     8     if VERSION[2]: