From: Barry Warsaw Date: Tue, 9 Jul 2002 02:13:10 +0000 (+0000) Subject: With the addition of Oleg's support for RFC 2231, it's time to bump X-Git-Tag: v2.3c1~5084 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27b168ca7c3e8e346fb7e30ec9be6d2b5cbaf1d3;p=python With the addition of Oleg's support for RFC 2231, it's time to bump the version number to 2.1. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 540f17839b..a82ef5776d 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -4,7 +4,7 @@ """A package for parsing, handling, and generating email messages. """ -__version__ = '2.0.5' +__version__ = '2.1' __all__ = ['Charset', 'Encoders',