server/python/django2/renkanmanager/__init__.py
changeset 639 30b673cb13ee
parent 633 fdff56da097d
child 652 153f5d09a11a
equal deleted inserted replaced
638:adfa5023c55f 639:30b673cb13ee
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 default_app_config = 'renkanmanager.apps.RenkanManagerConfig'
     2 default_app_config = 'renkanmanager.apps.RenkanManagerConfig'
     3 
     3 
     4 VERSION = (00, 12, 22, "final", 0)
     4 VERSION = (00, 12, 23, "final", 0)
     5 
     5 
     6 
     6 
     7 def get_version():
     7 def get_version():
     8     version = '%s.%s' % (VERSION[0], VERSION[1])
     8     version = '%s.%s' % (VERSION[0], VERSION[1])
     9     if VERSION[2]:
     9     if VERSION[2]: