From: Barry Warsaw Date: Thu, 13 May 2004 22:53:25 +0000 (+0000) Subject: Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4. X-Git-Tag: v2.3.4~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83923867703083794f274e5de432a0ce0325d77e;p=thirdparty%2FPython%2Fcpython.git Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index bfd610552931..a18c90e26152 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -1,10 +1,10 @@ -# Copyright (C) 2001,2002 Python Software Foundation -# Author: barry@zope.com (Barry Warsaw) +# Copyright (C) 2001-2004 Python Software Foundation +# Author: barry@python.org (Barry Warsaw) """A package for parsing, handling, and generating email messages. """ -__version__ = '2.5.4' +__version__ = '2.5.5' __all__ = [ 'base64MIME',