src/iconolab_episteme/__init__.py
changeset 28 15f63c5dfe3f
parent 26 957d03d2bc26
child 30 7b479c7b6861
equal deleted inserted replaced
27:f72b8e48830d 28:15f63c5dfe3f
     1 VERSION = (0, 3, 2, "final", 0)
     1 VERSION = (0, 3, 3, "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