server/python/django/renkanmanager/__init__.py
changeset 623 dad99f0ea54c
parent 606 e7e699f3cf97
child 631 26480a3604b4
equal deleted inserted replaced
622:02e3c464223f 623:dad99f0ea54c
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (0, 12, 19, "final", 0)
     2 VERSION = (00, 12, 20, "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]: