]> granicus.if.org Git - python/commitdiff
Bump version number to 2.4.2 to pick up the latest minor bug fixes.
authorBarry Warsaw <barry@python.org>
Thu, 10 Oct 2002 15:19:46 +0000 (15:19 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 10 Oct 2002 15:19:46 +0000 (15:19 +0000)
Lib/email/__init__.py

index 2dcf684150b2bf1a1bb33b1474c6086429f2057f..2945b0510f023432fd9bd99ea5571cb3cdf2d387 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.4.1'
+__version__ = '2.4.2'
 
 __all__ = [
     'base64MIME',