VirtualMailManager/constants/VERSION.py
author Pascal Volk <neverseen@users.sourceforge.net>
Tue, 18 Aug 2009 02:29:15 +0000
changeset 114 e671210b04b8
parent 106 dc98cc162c66
child 150 3e972996da7f
permissions -rw-r--r--
Fixed a libpq.OperationalError in Account.delete() Passing only the object's address string to the 'alias delete' query, not the whole EmailAddress object.

# -*- coding: UTF-8 -*-
# Copyright (c) 2007 - 2009, VEB IT
# See COPYING for distribution information.

AUTHOR  = 'Pascal Volk <p.volk@veb-it.de>'
RELDATE = '2009-08-12'
VERSION = '0.5.1'
__author__  = AUTHOR
__date__    = RELDATE
__version__ = VERSION
__all__ = ['__author__', '__date__', '__version__']