From: Barry Warsaw Date: Mon, 7 Oct 2002 17:20:25 +0000 (+0000) Subject: Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it X-Git-Tag: v2.3c1~3862 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d475d3452cd4c85d29f25991c38d7a54465245e;p=thirdparty%2FPython%2Fcpython.git Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it with the standalone mimelib package. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 4c892ff3fe0b..2dcf684150b2 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.4' +__version__ = '2.4.1' __all__ = [ 'base64MIME',