server/python/django/renkanmanager/__init__.py
changeset 545 89c2eefb0249
parent 541 05ad3a6f58e5
child 550 06fc441c21b1
equal deleted inserted replaced
544:08c496adb0f0 545:89c2eefb0249
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (0, 12, 7, "final", 0)
     2 VERSION = (0, 12, 8, "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]: