src/iconolab_mcc/__init__.py
changeset 35 5ad3ec36b76b
parent 33 508f0fcf9ac6
child 37 7e614ca2431a
equal deleted inserted replaced
34:c065b107386e 35:5ad3ec36b76b
     1 VERSION = (0, 1, 36, "final", 0)
     1 VERSION = (0, 1, 37, "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