From: Barry Warsaw Date: Fri, 21 Mar 2003 18:57:59 +0000 (+0000) Subject: Email version 2.5 -- I will now backport this to Python 2.2.3. X-Git-Tag: v2.3c1~1395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fe9ead82cca4e4065c8c293942c5c2ff2ae3bec;p=thirdparty%2FPython%2Fcpython.git Email version 2.5 -- I will now backport this to Python 2.2.3. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index f01ce0dd8074..71b5b5d08b58 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.5b1' +__version__ = '2.5' __all__ = [ 'base64MIME',