VirtualMailManager/constants.py
changeset 708 93b2f5859866
parent 703 58815c004a61
child 711 2a75058fc064
equal deleted inserted replaced
707:19184d1265e5 708:93b2f5859866
    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-10-03'
    18 RELDATE = '2014-02-01'
    19 VERSION = '0.6.1'
    19 VERSION = '0.6.2'
    20 __author__ = AUTHOR
    20 __author__ = AUTHOR
    21 __copyright__ = 'Copyright (c) 2007-2013 %s' % __author__
    21 __copyright__ = 'Copyright (c) 2007-2014 %s' % __author__
    22 __date__ = RELDATE
    22 __date__ = RELDATE
    23 __version__ = VERSION
    23 __version__ = VERSION
    24 
    24 
    25 
    25 
    26 # limits
    26 # limits