From: Barry Warsaw Date: Sun, 30 Mar 2003 20:47:48 +0000 (+0000) Subject: Bump to version 2.5.1 X-Git-Tag: v2.3c1~1318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a99cf045d7df8d3f9dbd1d8db2ca164cdd3d3fc;p=thirdparty%2FPython%2Fcpython.git Bump to version 2.5.1 --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 644c68cc0f3f..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',