src/iconolab_episteme/__init__.py
changeset 13 564981c2e158
parent 10 279cf4baffeb
child 14 84ee721af603
equal deleted inserted replaced
12:902a14596a56 13:564981c2e158
     1 VERSION = (0, 1, 0, "final", 0)
     1 VERSION = (0, 1, 1, "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