VirtualMailManager/constants.py
branchv0.7.x
changeset 711 2a75058fc064
parent 676 2bc11dada296
parent 708 93b2f5859866
child 713 74ee0a62039c
--- a/VirtualMailManager/constants.py	Tue Aug 27 21:17:38 2013 +0000
+++ b/VirtualMailManager/constants.py	Sun Feb 02 14:36:01 2014 +0000
@@ -1,5 +1,5 @@
 # -*- coding: UTF-8 -*-
-# Copyright (c) 2007 - 2013, Pascal Volk
+# Copyright (c) 2007 - 2014, Pascal Volk
 # See COPYING for distribution information.
 """
     VirtualMailManager.constants
@@ -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