diff -r a4aead244f75 -r 3238c58d01ae VirtualMailManager/constants.py --- a/VirtualMailManager/constants.py Thu Jun 28 19:26:50 2012 +0000 +++ b/VirtualMailManager/constants.py Thu Jun 28 21:39:59 2012 +0000 @@ -15,8 +15,8 @@ __all__ = ['__author__', '__date__', '__version__'] AUTHOR = 'Pascal Volk ' -RELDATE = '2009-09-09' -VERSION = '0.5.2' +RELDATE = '2012-06-28' +VERSION = '0.6.0' __author__ = AUTHOR __copyright__ = 'Copyright (c) 2007-2012 %s' % __author__ __date__ = RELDATE