src/iconolab_episteme/__init__.py
changeset 20 ed6040bbecc6
parent 14 84ee721af603
child 22 0a3945cad5ce
equal deleted inserted replaced
19:e46a1986a2f0 20:ed6040bbecc6
     1 VERSION = (0, 2, 0, "final", 0)
     1 VERSION = (0, 3, 0, "final", 0)
     2 
     2 
     3 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))
     3 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))
     4 
     4 
     5 ###
     5 ###
     6 # https://github.com/django/django/blob/1.9.1/django/utils/version.py
     6 # https://github.com/django/django/blob/1.9.1/django/utils/version.py