From: Barry Warsaw Date: Tue, 19 Aug 2003 04:05:25 +0000 (+0000) Subject: Bump the version number for the standalone mimelib package. X-Git-Tag: v2.4a1~1717 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00;p=thirdparty%2FPython%2Fcpython.git Bump the version number for the standalone mimelib package. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index b5d8d72eee7d..bfd610552931 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.3' +__version__ = '2.5.4' __all__ = [ 'base64MIME',