src/iconolab_mcc/__init__.py
changeset 29 66e64416d29a
parent 23 de3fd4f10d6f
child 31 2403c49a6d6e
equal deleted inserted replaced
28:d46fdfd4a2ab 29:66e64416d29a
     1 VERSION = (0, 1, 33, "final", 0)
     1 VERSION = (0, 1, 34, "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