]> granicus.if.org Git - python/commitdiff
All known bugs are closed, and Python 2.4b1 is coming out soon, so bump
authorBarry Warsaw <barry@python.org>
Sat, 9 Oct 2004 23:01:11 +0000 (23:01 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 9 Oct 2004 23:01:11 +0000 (23:01 +0000)
email's version number to 3.0b1.

Lib/email/__init__.py

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