VirtualMailManager/constants.py
branchv0.7.x
changeset 711 2a75058fc064
parent 676 2bc11dada296
parent 708 93b2f5859866
child 713 74ee0a62039c
equal deleted inserted replaced
700:0a06f7b1da6a 711:2a75058fc064
     1 # -*- coding: UTF-8 -*-
     1 # -*- coding: UTF-8 -*-
     2 # Copyright (c) 2007 - 2013, Pascal Volk
     2 # Copyright (c) 2007 - 2014, Pascal Volk
     3 # See COPYING for distribution information.
     3 # See COPYING for distribution information.
     4 """
     4 """
     5     VirtualMailManager.constants
     5     VirtualMailManager.constants
     6     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     6     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     7 
     7 
    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