VirtualMailManager/constants.py
changeset 708 93b2f5859866
parent 703 58815c004a61
child 711 2a75058fc064
--- a/VirtualMailManager/constants.py	Sat Feb 01 18:52:03 2014 +0000
+++ b/VirtualMailManager/constants.py	Sat Feb 01 20:29:23 2014 +0000
@@ -15,10 +15,10 @@
 
 __all__ = ['__author__', '__date__', '__version__']
 AUTHOR = 'Pascal Volk <user+vmm@localhost.localdomain.org>'
-RELDATE = '2012-10-03'
-VERSION = '0.6.1'
+RELDATE = '2014-02-01'
+VERSION = '0.6.2'
 __author__ = AUTHOR
-__copyright__ = 'Copyright (c) 2007-2013 %s' % __author__
+__copyright__ = 'Copyright (c) 2007-2014 %s' % __author__
 __date__ = RELDATE
 __version__ = VERSION