diff -r f151defe7078 -r 682431c45b24 VirtualMailManager/constants.py --- a/VirtualMailManager/constants.py Wed Oct 03 12:43:27 2012 +0000 +++ b/VirtualMailManager/constants.py Wed Oct 03 12:51:24 2012 +0000 @@ -15,8 +15,8 @@ __all__ = ['__author__', '__date__', '__version__'] AUTHOR = 'Pascal Volk ' -RELDATE = '2012-06-28' -VERSION = '0.6.0' +RELDATE = '2012-10-03' +VERSION = '0.6.1' __author__ = AUTHOR __copyright__ = 'Copyright (c) 2007-2012 %s' % __author__ __date__ = RELDATE