From: Barry Warsaw Date: Tue, 5 Nov 2002 19:56:47 +0000 (+0000) Subject: Bump __version__ (yes, to 2.5 "minus") X-Git-Tag: v2.3c1~3571 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f4dcbd3f6bc8f6fde9fe7ae26544390491e3ab2;p=thirdparty%2FPython%2Fcpython.git Bump __version__ (yes, to 2.5 "minus") --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index b784da8247fa..13c71a946a2e 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.3' +__version__ = '2.5-' __all__ = [ 'base64MIME',