src/iconolab_episteme/__init__.py
changeset 4 1ffa3a81bdd9
parent 0 df27f9610c82
child 10 279cf4baffeb
equal deleted inserted replaced
3:16fb4f5efa69 4:1ffa3a81bdd9
     1 VERSION = (0, 0, 30, "final", 0)
     1 VERSION = (0, 1, 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