VirtualMailManager/constants.py
changeset 627 682431c45b24
parent 572 3238c58d01ae
child 667 502561385ddf
child 675 d24f094d1cb5
equal deleted inserted replaced
626:f151defe7078 627:682431c45b24
    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 = '2012-06-28'
    18 RELDATE = '2012-10-03'
    19 VERSION = '0.6.0'
    19 VERSION = '0.6.1'
    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