Actually, make this 2.5a1 since it will include API changes that may
authorBarry Warsaw <barry@python.org>
Mon, 30 Dec 2002 19:08:38 +0000 (19:08 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 30 Dec 2002 19:08:38 +0000 (19:08 +0000)
need more vetting, and it will be included in Python 2.3a1.

Lib/email/__init__.py

index 71b5b5d08b58158ff2f00a2bcee9d00c04e326f6..3ccbc66271e425ac7ba3b6d386b81231caa646ba 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.5'
+__version__ = '2.5a1'
 
 __all__ = [
     'base64MIME',