From 83923867703083794f274e5de432a0ce0325d77e Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 13 May 2004 22:53:25 +0000 Subject: [PATCH] Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4. --- Lib/email/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', -- 2.47.3