src/irinotes/__init__.py
changeset 200 1b9b9401ba7c
parent 197 7ee10198f2e1
child 204 0c78763b5f10
equal deleted inserted replaced
199:c78d579f4b55 200:1b9b9401ba7c
     1 VERSION = (0, 2, 0, 'final', 0)
     1 VERSION = (0, 2, 1, 'final', 0)
     2 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))
     2 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))
     3 
     3 
     4 ###
     4 ###
     5 # https://github.com/django/django/blob/1.9.1/django/utils/version.py
     5 # https://github.com/django/django/blob/1.9.1/django/utils/version.py
     6 #
     6 #