VirtualMailManager/constants.py
changeset 572 3238c58d01ae
parent 568 14abdd04ddf5
child 627 682431c45b24
equal deleted inserted replaced
571:a4aead244f75 572:3238c58d01ae
    13 """
    13 """
    14 # version information
    14 # version information
    15 
    15 
    16 __all__ = ['__author__', '__date__', '__version__']
    16 __all__ = ['__author__', '__date__', '__version__']
    17 AUTHOR = 'Pascal Volk <user+vmm@localhost.localdomain.org>'
    17 AUTHOR = 'Pascal Volk <user+vmm@localhost.localdomain.org>'
    18 RELDATE = '2009-09-09'
    18 RELDATE = '2012-06-28'
    19 VERSION = '0.5.2'
    19 VERSION = '0.6.0'
    20 __author__ = AUTHOR
    20 __author__ = AUTHOR
    21 __copyright__ = 'Copyright (c) 2007-2012 %s' % __author__
    21 __copyright__ = 'Copyright (c) 2007-2012 %s' % __author__
    22 __date__ = RELDATE
    22 __date__ = RELDATE
    23 __version__ = VERSION
    23 __version__ = VERSION
    24 
    24