]> granicus.if.org Git - python/commitdiff
There's likely nothing more to do to the email package before Python 2.4 is
authorBarry Warsaw <barry@python.org>
Mon, 29 Nov 2004 01:10:14 +0000 (01:10 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 29 Nov 2004 01:10:14 +0000 (01:10 +0000)
final, so I'm marking email's version number as "3.0" (e.g. final).

Lib/email/__init__.py

index 11a44921ae75de36ac06aebea03bd456f98336ec..6a3f3ac9538480d26984f4f6317cf2082081e7a2 100644 (file)
@@ -4,7 +4,7 @@
 
 """A package for parsing, handling, and generating email messages."""
 
-__version__ = '3.0b1'
+__version__ = '3.0'
 
 __all__ = [
     'base64MIME',