src/iconolab_episteme/__init__.py
changeset 32 10776dd4d97a
parent 30 7b479c7b6861
child 34 7aa2d3d62723
equal deleted inserted replaced
31:b680554ec87b 32:10776dd4d97a
     1 VERSION = (0, 3, 4, "final", 0)
     1 VERSION = (0, 3, 5, "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