From c3175fcabfe353163176d2fefaf534d764c66c85 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Sat, 26 Jun 2010 19:01:40 +0000 Subject: [PATCH] #9085: bump email package version to its correct value. Previous versions of 2.6 have 4.0.1 because of a missed trunk commit when 2.5 was released. --- Lib/email/__init__.py | 2 +- Misc/NEWS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 8d230fdeb7..a793436919 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__ = '4.0.1' +__version__ = '4.0.2' __all__ = [ # Old names diff --git a/Misc/NEWS b/Misc/NEWS index 1bd24d32fa..9bbd19f282 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -73,6 +73,9 @@ C-API Library ------- +- Issue #9085: email package version number bumped to its correct + value of 4.0.2 (same as it was in 2.5). + - Issue #9075: In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL structure. -- 2.50.0