server/python/django2/renkanmanager/__init__.py
changeset 623 dad99f0ea54c
parent 615 f3875fbe206a
child 631 26480a3604b4
equal deleted inserted replaced
622:02e3c464223f 623:dad99f0ea54c
     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 = (0, 12, 19, "final", 0)
     4 VERSION = (00, 12, 20, "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]: