]> granicus.if.org Git - python/commitdiff
With the addition of Oleg's support for RFC 2231, it's time to bump
authorBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 02:13:10 +0000 (02:13 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 02:13:10 +0000 (02:13 +0000)
the version number to 2.1.

Lib/email/__init__.py

index 540f17839ba06707d889dee88115e8623505000f..a82ef5776d8281e400a47e55560cfce91b22f200 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.0.5'
+__version__ = '2.1'
 
 __all__ = ['Charset',
            'Encoders',