server/python/django/renkanmanager/__init__.py
changeset 334 de35ce18643a
parent 318 815589aed866
child 375 c313de191f2b
equal deleted inserted replaced
333:935cffdf3904 334:de35ce18643a
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (0, 1, 0, "final", 0)
     2 VERSION = (0, 8, 0, "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]: