VirtualMailManager/constants/VERSION.py
changeset 150 3e972996da7f
parent 106 dc98cc162c66
child 162 0ac9ef587769
equal deleted inserted replaced
149:581a5680d0ef 150:3e972996da7f
     1 # -*- coding: UTF-8 -*-
     1 # -*- coding: UTF-8 -*-
     2 # Copyright (c) 2007 - 2009, VEB IT
     2 # Copyright (c) 2007 - 2009, VEB IT
     3 # See COPYING for distribution information.
     3 # See COPYING for distribution information.
     4 
     4 
     5 AUTHOR  = 'Pascal Volk <p.volk@veb-it.de>'
     5 AUTHOR  = 'Pascal Volk <p.volk@veb-it.de>'
     6 RELDATE = '2009-08-12'
     6 RELDATE = '2009-09-09'
     7 VERSION = '0.5.1'
     7 VERSION = '0.5.2'
     8 __author__  = AUTHOR
     8 __author__  = AUTHOR
     9 __date__    = RELDATE
     9 __date__    = RELDATE
    10 __version__ = VERSION
    10 __version__ = VERSION
    11 __all__ = ['__author__', '__date__', '__version__']
    11 __all__ = ['__author__', '__date__', '__version__']