server/python/django/renkanmanager/__init__.py
changeset 652 153f5d09a11a
parent 633 fdff56da097d
child 655 8917ba481609
equal deleted inserted replaced
651:fd209e3af0c7 652:153f5d09a11a
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (00, 12, 22, "final", 0)
     2 VERSION = (00, 13, 0, "final", 0)
     3 
     3 
     4 
     4 
     5 def get_version():
     5 def get_version():
     6     version = '%s.%s' % (VERSION[0], VERSION[1])
     6     version = '%s.%s' % (VERSION[0], VERSION[1])
     7     if VERSION[2]:
     7     if VERSION[2]: