server/python/django/renkanmanager/__init__.py
changeset 633 fdff56da097d
parent 631 26480a3604b4
child 652 153f5d09a11a
equal deleted inserted replaced
632:5e0746deaf0d 633:fdff56da097d
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (00, 12, 21, "final", 0)
     2 VERSION = (00, 12, 22, "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]: