From: Barry Warsaw Date: Fri, 4 Apr 2003 02:47:07 +0000 (+0000) Subject: Backporting email 2.5.1 patches. X-Git-Tag: v2.2.3c1~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27a93d70afa6423a9be6a0c77b256e8e945f64b5;p=thirdparty%2FPython%2Fcpython.git Backporting email 2.5.1 patches. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 71b5b5d08b58..f3916fee3f65 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -4,7 +4,7 @@ """A package for parsing, handling, and generating email messages. """ -__version__ = '2.5' +__version__ = '2.5.1' __all__ = [ 'base64MIME',