src/iconolab_mcc/__init__.py
changeset 33 508f0fcf9ac6
parent 31 2403c49a6d6e
child 35 5ad3ec36b76b
equal deleted inserted replaced
32:9f380634dad6 33:508f0fcf9ac6
     1 VERSION = (0, 1, 35, "final", 0)
     1 VERSION = (0, 1, 36, "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