From: Barry Warsaw Date: Tue, 20 Aug 2002 14:51:34 +0000 (+0000) Subject: Bump version number to 2.3 X-Git-Tag: v2.3c1~4387 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d5ef6aed6c22ade015d872324f53c9fbc16c46d;p=thirdparty%2FPython%2Fcpython.git Bump version number to 2.3 --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 834e9aaccca2..93a156b558d1 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.2' +__version__ = '2.3' __all__ = ['Charset', 'Encoders',