From: Barry Warsaw Date: Sat, 9 Oct 2004 23:01:11 +0000 (+0000) Subject: All known bugs are closed, and Python 2.4b1 is coming out soon, so bump X-Git-Tag: v2.4b1~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2294bfc19d596e6c0d09799e66b07c58979e6889;p=thirdparty%2FPython%2Fcpython.git All known bugs are closed, and Python 2.4b1 is coming out soon, so bump email's version number to 3.0b1. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 8a46fec28801..11a44921ae75 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__ = '3.0a0' +__version__ = '3.0b1' __all__ = [ 'base64MIME',