VirtualMailManager/constants.py
changeset 627 682431c45b24
parent 572 3238c58d01ae
child 667 502561385ddf
child 675 d24f094d1cb5
--- 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 <user+vmm@localhost.localdomain.org>'
-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