From: Barry Warsaw Date: Mon, 30 Dec 2002 19:08:38 +0000 (+0000) Subject: Actually, make this 2.5a1 since it will include API changes that may X-Git-Tag: v2.3c1~2816 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72261c9dfbaffb0e15f25f27c61a0001e1b4dbcb;p=thirdparty%2FPython%2Fcpython.git Actually, make this 2.5a1 since it will include API changes that may need more vetting, and it will be included in Python 2.3a1. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 71b5b5d08b58..3ccbc66271e4 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.5a1' __all__ = [ 'base64MIME',